vim-test and vim-tmux-navigator added

This commit is contained in:
Evaldas 2024-03-30 00:05:07 +02:00
parent cc6768cf7f
commit b45f33027b
3 changed files with 20 additions and 17 deletions

View File

@ -1,3 +1,4 @@
return { return {
'github/copilot.vim', 'github/copilot.vim',
} }

View File

@ -10,3 +10,4 @@ return {
} }
end, end,
} }

View File

@ -1,5 +1,6 @@
return { return {
"pmizio/typescript-tools.nvim", 'pmizio/typescript-tools.nvim',
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" }, dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
opts = {}, opts = {},
} }