30 April 2023

How to install supertab plug-in for vim?

https://github.com/ervandew/supertab


Use vim 8+ plugins:

$ mkdir -p ~/.vim/pack/plugins/start
$ git clone --depth=1 https://github.com/ervandew/supertab.git ~/.vim/pack/plugins/start/supertab

No comments:

Post a Comment