Add Tagbar
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m58s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m58s
This commit is contained in:
@@ -134,3 +134,6 @@ require("lspconfig").als.setup({
|
|||||||
-- }
|
-- }
|
||||||
-- }
|
-- }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Tagbar
|
||||||
|
vim.keymap.set("n", "<F8>", ":TagbarToggle<CR>")
|
||||||
|
|||||||
@@ -68,4 +68,5 @@ return {
|
|||||||
"dense-analysis/ale",
|
"dense-analysis/ale",
|
||||||
{ "TamaMcGlinn/nvim-lspconfig-ada" },
|
{ "TamaMcGlinn/nvim-lspconfig-ada" },
|
||||||
"krischik/vim-ada",
|
"krischik/vim-ada",
|
||||||
|
"preservim/tagbar",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user