mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: set default auto_onatach navic
This commit is contained in:
parent
db41fc7e00
commit
b3f5ec5619
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function M.config()
|
||||||
require("nvim-navic").setup({
|
require("nvim-navic").setup({
|
||||||
icons = icons,
|
icons = icons,
|
||||||
lsp = {
|
lsp = {
|
||||||
auto_attach = false,
|
auto_attach = true,
|
||||||
preference = nil,
|
preference = nil,
|
||||||
},
|
},
|
||||||
highlight = false,
|
highlight = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue