add other plugins

pull/794/head
CaseyStratton 2 years ago
parent 72364ad9ac
commit 8ec6a9d163

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

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

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

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