nvim: remove navic

This commit is contained in:
Primrose 2025-04-15 14:48:17 +02:00
parent 3690d17b57
commit a12806e2bd
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 0 additions and 77 deletions

View file

@ -92,8 +92,6 @@ local on_attach = function(client, bufno)
map("n", "<leader>cl", vim.lsp.codelens.run, opts)
map("n", "<leader>r", vim.lsp.buf.rename, opts)
map("n", "<leader>f", function() vim.lsp.buf.format { async = true } end, opts)
if client.server_capabilities.documentSymbolProvider then require("nvim-navic").attach(client, bufno) end
end
-- Helix style border