fix(navic): navic attach. Closes #6702

This commit is contained in:
Folke Lemaitre
2025-10-26 11:58:23 +01:00
parent b5ea1e9d25
commit d2d0c641ed

View File

@@ -7,11 +7,11 @@ return {
lazy = true,
init = function()
vim.g.navic_silence = true
end,
opts = function()
Snacks.util.lsp.on({ method = "textDocument/documentSymbol" }, function(buffer, client)
require("nvim-navic").attach(client, buffer)
end)
end,
opts = function()
return {
separator = " ",
highlight = true,