feat(neovim): replace lightline with lualine.nvim
This commit is contained in:
parent
2f159358e3
commit
3133316f6e
3 changed files with 8 additions and 56 deletions
6
home/editors/neovim/lualine.lua
Normal file
6
home/editors/neovim/lualine.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require("lualine").setup {
|
||||
options = {
|
||||
component_separators = { left = "", right = ""},
|
||||
section_separators = { left = "", right = ""},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue