feat(nvim): configure lualine
This commit is contained in:
parent
f61697da02
commit
0580fd54dc
|
@ -3,4 +3,18 @@ if not status_ok then
|
|||
return
|
||||
end
|
||||
|
||||
lualine.setup {}
|
||||
lualine.setup {
|
||||
options = {
|
||||
component_separators = { left = "", right = "" },
|
||||
extensions = { "fzf", "quickfix" },
|
||||
icons_enabled = false,
|
||||
section_separators = { left = "", right = "" },
|
||||
theme = "catppuccin",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
"filename",
|
||||
"lsp_progress",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -121,6 +121,8 @@ in
|
|||
vimPlugins.harpoon
|
||||
vimPlugins.impatient-nvim
|
||||
vimPlugins.indent-blankline-nvim
|
||||
vimPlugins.lualine-lsp-progress
|
||||
vimPlugins.lualine-nvim
|
||||
vimPlugins.nvim-autopairs
|
||||
vimPlugins.nvim-lastplace
|
||||
vimPlugins.nvim-ts-autotag
|
||||
|
|
Loading…
Reference in a new issue