fix(navic): activate lsp auto_attach
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user