style(nvim): Enable some extensions for lualine
This commit is contained in:
parent
c0ea2a1f14
commit
275d320196
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ return {
|
||||||
section_separators = "",
|
section_separators = "",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
},
|
},
|
||||||
|
extensions = {"neo-tree", "oil", "lazy"},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {"mode"},
|
lualine_a = {"mode"},
|
||||||
lualine_b = {"branch", "diff", "diagnostics"},
|
lualine_b = {"branch", "diff", "diagnostics"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue