Nvim: switch navic to dropbar
This commit is contained in:
parent
83cd0a7540
commit
e838e78ad8
4 changed files with 4 additions and 12 deletions
|
@ -44,11 +44,6 @@ end
|
|||
-- Maps keys and does other needed actions
|
||||
-- when client attaches
|
||||
function m.on_attach(client, bufnr)
|
||||
-- Attach navic if document symbols are available
|
||||
if client.server_capabilities.documentSymbolProvider then
|
||||
require("nvim-navic").attach(client, bufnr)
|
||||
end
|
||||
|
||||
-- Setup keybinds
|
||||
map_keys()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue