added fugitive for git integration
This commit is contained in:
parent
0e7e69cdfd
commit
61dfa283ca
1
init.lua
1
init.lua
|
@ -1016,6 +1016,7 @@ require('lazy').setup({
|
|||
},
|
||||
version = '^1.0.0', -- optional: only update when a new 1.x version is released
|
||||
},
|
||||
{'tpope/vim-fugitive'},
|
||||
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||
-- place them in the correct locations.
|
||||
|
|
Loading…
Reference in New Issue