feat(neovim): replace lightline with lualine.nvim

This commit is contained in:
Felix Schröter 2022-03-30 02:13:42 +02:00
parent 2f159358e3
commit 3133316f6e
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 8 additions and 56 deletions

View file

@ -0,0 +1,6 @@
require("lualine").setup {
options = {
component_separators = { left = "", right = ""},
section_separators = { left = "", right = ""},
},
}