chore: add git for neovim

main
sudo pacman -Syu 2023-03-17 11:13:43 +07:00
parent 9f2f7a1b81
commit d2d47f508c
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ require("packer").startup(function()
end,
})
-- https://github.com/tpope/vim-fugitive
use("tpope/vim-fugitive")
-- Colorschemes
-- https://github.com/cocopon/iceberg.vim
use("cocopon/iceberg.vim")