removed debug message
This commit is contained in:
parent
561f56d6a2
commit
5fdc9e902d
@ -89,7 +89,6 @@ local on_attach = function(client, bufnr)
|
|||||||
document_highlight(bufnr)
|
document_highlight(bufnr)
|
||||||
end
|
end
|
||||||
if client.server_capabilities.documentSymbolProvider then
|
if client.server_capabilities.documentSymbolProvider then
|
||||||
print('attach navic')
|
|
||||||
local navic = require('nvim-navic')
|
local navic = require('nvim-navic')
|
||||||
navic.attach(client, bufnr)
|
navic.attach(client, bufnr)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user