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