diff --git a/vim/vimrc b/vim/vimrc index 2aaf90c..80bdfe1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -16,6 +16,7 @@ call plug#begin() Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'ryanoasis/vim-devicons' Plug 'PhilRunninger/nerdtree-visual-selection' + Plug 'elkowar/yuck.vim' call plug#end() " Enable plugins and load plugin for the detected file type.