add other plugins

This commit is contained in:
CaseyStratton 2023-04-30 15:10:14 -05:00
parent 72364ad9ac
commit 8ec6a9d163
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {}
end,
}

View File

@ -0,0 +1,3 @@
return {
'timonv/vim-cargo',
}

View File

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

View File

@ -0,0 +1,3 @@
return {
'junegunn/rainbow_parentheses.vim',
}