My VIM setup.
The file structure being used to make my vim setup.
Requirements.
- vim (should be available in many linux distributions)
Setup.
- If permission issues occur, run this command:
chmod u+x setup.sh
- Run the command (The
--backupflag is optional so you can restore your current vim setup.):
./setup.sh --backup
- Open
vimvia the command and execute:
:PlugUpdate