vim-test and vim-tmux-navigator added
This commit is contained in:
parent
cc6768cf7f
commit
b45f33027b
|
@ -1,3 +1,4 @@
|
||||||
return {
|
return {
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,4 @@ return {
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue