Add Tagbar
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m58s Details

This commit is contained in:
Yannick Reiß 2024-09-10 05:35:46 +02:00
parent a1cffcf7e9
commit 1d83337da8
2 changed files with 4 additions and 0 deletions

View File

@ -134,3 +134,6 @@ require("lspconfig").als.setup({
-- }
-- }
})
-- Tagbar
vim.keymap.set("n", "<F8>", ":TagbarToggle<CR>")

View File

@ -68,4 +68,5 @@ return {
"dense-analysis/ale",
{ "TamaMcGlinn/nvim-lspconfig-ada" },
"krischik/vim-ada",
"preservim/tagbar",
}