removed debug message

This commit is contained in:
Oliver Hartmann 2024-06-19 06:21:40 +00:00
parent 561f56d6a2
commit 5fdc9e902d

View File

@ -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