chore(config): add vim surround
parent
9477df778d
commit
29a0f641e3
|
@ -121,6 +121,9 @@ require("packer").startup(function()
|
||||||
-- https://github.com/junegunn/fzf.vim
|
-- https://github.com/junegunn/fzf.vim
|
||||||
use("junegunn/fzf.vim")
|
use("junegunn/fzf.vim")
|
||||||
|
|
||||||
|
-- https://github.com/tpope/vim-surround
|
||||||
|
use("tpope/vim-surround")
|
||||||
|
|
||||||
-- 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