mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Neovim: move navic to statusbar
This commit is contained in:
parent
6489b1094e
commit
92ab50ddfc
@ -1,17 +1,7 @@
|
||||
return function()
|
||||
require("lualine").setup({
|
||||
sections = {
|
||||
lualine_y = {},
|
||||
lualine_z = {},
|
||||
},
|
||||
winbar = {
|
||||
lualine_a = { "progress" },
|
||||
lualine_c = {
|
||||
"navic",
|
||||
color_correction = nil,
|
||||
navic_opts = nil,
|
||||
},
|
||||
lualine_z = { "location" },
|
||||
lualine_c = { "navic" },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user