style(nvim): Enable some extensions for lualine

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 11:48:45 +07:00
parent c0ea2a1f14
commit 275d320196
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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"},