mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): navic configuration
This commit is contained in:
parent
33c7ac52b3
commit
2f712c9d87
3 changed files with 20 additions and 14 deletions
|
|
@ -1,12 +1,12 @@
|
|||
require "lualine".setup({
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
theme = "auto",
|
||||
component_separators = {},
|
||||
section_separators = {},
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
statusline = { "fugitive" },
|
||||
winbar = { "fugitive" },
|
||||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
|
|
@ -19,19 +19,19 @@ require "lualine".setup({
|
|||
},
|
||||
sections = {
|
||||
lualine_a = {},
|
||||
lualine_b = { 'diagnostics' },
|
||||
lualine_b = { "diagnostics" },
|
||||
lualine_c = {
|
||||
'progress',
|
||||
{ 'filename', newfile_status = true, path = 3 }
|
||||
-- { "filename", newfile_status = true, path = 1 },
|
||||
{ "navic" }
|
||||
},
|
||||
lualine_x = {},
|
||||
lualine_y = { 'diff' },
|
||||
lualine_z = { 'branch' }
|
||||
lualine_y = {},
|
||||
lualine_z = { "progress" }
|
||||
},
|
||||
inactive_sections = {
|
||||
lualine_a = {},
|
||||
lualine_b = {},
|
||||
lualine_c = { { 'filename', path = 4 } },
|
||||
lualine_b = { { "filename", path = 4 } },
|
||||
lualine_c = {},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue