diff options
author | Guangxiong Lin <[email protected]> | 2023-12-06 08:06:15 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-06 08:06:15 +0800 |
commit | 842cccbba4ba82e1e6fdb2441a623235ac0e2d21 (patch) | |
tree | e6d699fff2bcd83d1b376655eb7d688fa3bad1fd | |
parent | 0f05325fd861a671ede3f68271326c3de2502e5e (diff) | |
download | dotfiles-842cccbba4ba82e1e6fdb2441a623235ac0e2d21.tar.gz dotfiles-842cccbba4ba82e1e6fdb2441a623235ac0e2d21.tar.bz2 dotfiles-842cccbba4ba82e1e6fdb2441a623235ac0e2d21.zip |
Add cfilter vim package
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ silent colorscheme onedark packadd matchit packadd editorconfig +packadd cfilter if !empty(glob('~/.vim_local')) source ~/.vim_local |