moved plugins to kickstart/plugins and need to require it in init.lua

This commit is contained in:
Sarjyant 2024-09-19 21:03:14 +05:45
parent c0142dd97f
commit b195b6271b
10 changed files with 15 additions and 8 deletions

View file

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