Skip to content

Instantly share code, notes, and snippets.

@IgorHalfeld
Last active October 22, 2020 19:59
Show Gist options
  • Save IgorHalfeld/4babb00cefecc23e714b1a8eacbbd19a to your computer and use it in GitHub Desktop.
Save IgorHalfeld/4babb00cefecc23e714b1a8eacbbd19a to your computer and use it in GitHub Desktop.
Minimum setup for vim on VM
syntax on
set tabstop=2
set shiftwidth=2
set expandtab
set ai
set number
set hlsearch
set ruler
highlight Comment ctermfg=green
@IgorHalfeld
Copy link
Author

Run

curl https://gist.githubusercontent.com/IgorHalfeld/4babb00cefecc23e714b1a8eacbbd19a/raw/047fb2e6555b389ac5b9df86715ad081a3eaaf33/setup-vim.sh > ~/.vimrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment