chore(config): add vim surround

main
sudo pacman -Syu 2022-11-02 16:05:43 +07:00
parent 9477df778d
commit 29a0f641e3
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ require("packer").startup(function()
-- https://github.com/junegunn/fzf.vim
use("junegunn/fzf.vim")
-- https://github.com/tpope/vim-surround
use("tpope/vim-surround")
-- Colorschemes
-- https://github.com/cocopon/iceberg.vim
use("cocopon/iceberg.vim")