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