mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +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
|
@ -31,6 +31,10 @@ in {
|
|||
local navic = require("nvim-navic")
|
||||
local actions = require("nvim-navbuddy.actions")
|
||||
|
||||
require("nvim-navic").setup {
|
||||
highlight = true
|
||||
}
|
||||
|
||||
-- TODO: wrap this in an optional string with navbuddy as the enable condition
|
||||
navbuddy.setup {
|
||||
window = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue