fix(nvim-navic): use kinds icons for navic. Fixes #164

This commit is contained in:
Folke Lemaitre
2023-02-02 09:28:17 +01:00
parent 1aa9e26e84
commit b81ecf9f7a

View File

@ -284,7 +284,14 @@ return {
end
end)
end,
opts = { separator = " ", highlight = true, depth_limit = 5 },
opts = function()
return {
separator = " ",
highlight = true,
depth_limit = 5,
icons = require("lazyvim.config").icons.kinds,
}
end,
},
-- icons