Add crates and vim-fugitive plugins
This commit is contained in:
parent
a63cbdc0c5
commit
8d01e42e89
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
'saecki/crates.nvim',
|
||||||
|
tag = 'stable',
|
||||||
|
config = function()
|
||||||
|
require('crates').setup()
|
||||||
|
end,
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
return { 'tpope/vim-fugitive' }
|
Loading…
Reference in New Issue