From f1157243504d4f5d094e13787a6b071fc619c302 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Thu, 20 Oct 2022 14:50:50 +0200 Subject: [PATCH] Add tagbar as an LSP alternative --- lua/plugins.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 6ca7042..ff1fb1b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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', 't', ":TagbarToggle", {}) + end + }, + -- Git integration ["https://github.com/tpope/vim-fugitive.git"] = {}, ["https://github.com/airblade/vim-gitgutter.git"] = {