fix(navic): activate lsp auto_attach
This commit is contained in:
parent
ef9e0a50b9
commit
5471764258
|
@ -30,7 +30,7 @@ navic.setup {
|
|||
TypeParameter = " ",
|
||||
},
|
||||
lsp = {
|
||||
auto_attach = false,
|
||||
auto_attach = true,
|
||||
preference = nil,
|
||||
},
|
||||
highlight = true,
|
||||
|
@ -44,3 +44,4 @@ navic.setup {
|
|||
return text
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue