My Vim setup
$ git clone [email protected]:rafaelrinaldi/vimfiles.git
$ cd vimfiles
$ sh install.sh- Before doing anything it will create a backup at
/tmp/vim_backupso you can restore from there if needed - You have the option to use ✨ Neovim 💫 instead of Vim (it'll take care of making it work properly)
- If Homebrew is available, will try to update the editor to its latest version
- Uses Vundle to manage plugins (including Vundle itself)
- Automatically download and installs Vundle plugins
- Supports GUIs making all visual configuration look consistent
- Copy the
xterm-256color-italic.terminfofile to your$HOME - Make sure you have italics enabled in iTerm2:

- Process the file with
tic:
$ tic $HOME/xterm-256color-italic.terminfo- Report new terminal type in iTerm2:

- Make sure you export your
$TERMproperly. In Fish:
set -g TERM xterm-256color-italic- If everything went well:
$ echo $TERM
xterm-256color-italic- Now tell Vim how to render comments in italic:
" Make sure to add this after your theme setup
highlight Comment cterm=italicMad props to @alexpearce for the tip.
Do not add symbols to install the output.
MIT © Rafael Rinaldi
