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_backup
so 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.terminfo
file 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
$TERM
properly. 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=italic
Mad props to @alexpearce for the tip.
Do not add symbols to install the output.
MIT © Rafael Rinaldi