Add tagbar as an LSP alternative

This commit is contained in:
Steins7 2022-10-20 14:50:50 +02:00
parent 9fafda8a23
commit f115724350

View File

@ -175,6 +175,13 @@ local function manage_plugins()
end end
}, },
-- LSP alternative
["https://github.com/preservim/tagbar.git" ] = {
packadd_hook = function()
vim.api.nvim_set_keymap('n', '<leader>t', ":TagbarToggle<cr>", {})
end
},
-- Git integration -- Git integration
["https://github.com/tpope/vim-fugitive.git"] = {}, ["https://github.com/tpope/vim-fugitive.git"] = {},
["https://github.com/airblade/vim-gitgutter.git"] = { ["https://github.com/airblade/vim-gitgutter.git"] = {