Add crates and vim-fugitive plugins

This commit is contained in:
Aaron Weinberger 2024-08-01 20:28:34 -04:00
parent a63cbdc0c5
commit 8d01e42e89
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
'saecki/crates.nvim',
tag = 'stable',
config = function()
require('crates').setup()
end,
}

View File

@ -0,0 +1 @@
return { 'tpope/vim-fugitive' }