Nvim: switch navic to dropbar

main
Marko Korhonen 6 months ago
parent 83cd0a7540
commit e838e78ad8
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

@ -0,0 +1,3 @@
return {
"Bekaboo/dropbar.nvim",
}

@ -2,9 +2,5 @@
return {
"nvim-lualine/lualine.nvim",
dependencies = { "kyazdani42/nvim-web-devicons" },
opts = {
sections = {
lualine_c = { "navic" },
},
},
config = true,
}

@ -1,2 +0,0 @@
-- Show code LSP context in winbar
return { "SmiteshP/nvim-navic" }
Loading…
Cancel
Save