vim-surround plugin on windows

Viewed 39

I am using vim on windows and I would like to use the surround plugin. I did all the steps mentionned on github

mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/surround.git
vim -u NONE -c "helptags surround/doc" -c q

If I do the same steps on linux it would work but somehow on windows the plugin is not working yet. What did I miss and how to make it right?

0 Answers
Related