mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: enable navic integration for catppuccin theme
This commit is contained in:
parent
e1f0270643
commit
9c3e82b41b
2 changed files with 9 additions and 1 deletions
|
@ -60,7 +60,11 @@
|
|||
markdown = true,
|
||||
noice = true,
|
||||
notify = true, -- nvim-notify
|
||||
which_key = true
|
||||
which_key = true,
|
||||
navic = {
|
||||
enabled = false,
|
||||
custom_bg = "NONE", -- "lualine" will set background to mantle
|
||||
},
|
||||
},
|
||||
}
|
||||
-- setup must be called before loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue