mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: remove navic
This commit is contained in:
parent
3690d17b57
commit
a12806e2bd
3 changed files with 0 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue