feat(plugins,lualine): Added is.vim, moved winbar sections around
Added: - [is.vim](https://github.com/haya14busa/is.vim) - Clears search highligh when the cursor moves - Swapped 'location' and 'searchcount' with 'selectioncount' for better colors
This commit is contained in:
parent
4578afc68a
commit
b09c001954
2 changed files with 5 additions and 2 deletions
nvim/plugin
|
@ -124,8 +124,8 @@ require('lualine').setup {
|
|||
-- newfile_status = true,
|
||||
-- },
|
||||
-- },
|
||||
lualine_y = {'searchcount','selectioncount'},
|
||||
lualine_z = {'location'},
|
||||
lualine_y = {'location'},
|
||||
lualine_z = {'searchcount','selectioncount'},
|
||||
},
|
||||
extensions = { 'fugitive', 'fzf', 'toggleterm', 'quickfix' },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue