mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 11:50:21 +01:00
rework statusline
This commit is contained in:
parent
bc095a71b5
commit
226ccaa65a
3 changed files with 65 additions and 6 deletions
|
|
@ -42,7 +42,6 @@ return require('packer').startup(function()
|
|||
use { 'kdheepak/cmp-latex-symbols' }
|
||||
use { 'hrsh7th/nvim-cmp' }
|
||||
|
||||
|
||||
use { 'dpelle/vim-Grammalecte' }
|
||||
use { 'dpelle/vim-LanguageTool' }
|
||||
|
||||
|
|
@ -54,7 +53,8 @@ return require('packer').startup(function()
|
|||
requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}}
|
||||
}
|
||||
|
||||
use 'glepnir/galaxyline.nvim'
|
||||
-- use 'famiu/feline.nvim'
|
||||
use 'NTBBloodbath/galaxyline.nvim'
|
||||
use 'drmikehenry/vim-headerguard'
|
||||
use 'andymass/vim-matchup'
|
||||
use 'b3nj5m1n/kommentary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue