fix(navic): activate lsp auto_attach

This commit is contained in:
doryan 2024-12-13 15:30:55 +04:00
parent ef9e0a50b9
commit 5471764258

View File

@ -30,7 +30,7 @@ navic.setup {
TypeParameter = "󰊄 ", TypeParameter = "󰊄 ",
}, },
lsp = { lsp = {
auto_attach = false, auto_attach = true,
preference = nil, preference = nil,
}, },
highlight = true, highlight = true,
@ -44,3 +44,4 @@ navic.setup {
return text return text
end, end,
} }