Add tagbar as an LSP alternative
This commit is contained in:
parent
9fafda8a23
commit
f115724350
@ -175,6 +175,13 @@ local function manage_plugins()
|
||||
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
|
||||
["https://github.com/tpope/vim-fugitive.git"] = {},
|
||||
["https://github.com/airblade/vim-gitgutter.git"] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user