mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(navic): navic attach. Closes #6702
This commit is contained in:
parent
b5ea1e9d25
commit
d2d0c641ed
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue