chore: add git for neovim
parent
9f2f7a1b81
commit
d2d47f508c
|
@ -152,6 +152,9 @@ require("packer").startup(function()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- https://github.com/tpope/vim-fugitive
|
||||||
|
use("tpope/vim-fugitive")
|
||||||
|
|
||||||
-- Colorschemes
|
-- Colorschemes
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("cocopon/iceberg.vim")
|
use("cocopon/iceberg.vim")
|
||||||
|
|
Loading…
Reference in New Issue