Last active
October 22, 2020 19:59
-
-
Save IgorHalfeld/4babb00cefecc23e714b1a8eacbbd19a to your computer and use it in GitHub Desktop.
Minimum setup for vim on VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set ai | |
set number | |
set hlsearch | |
set ruler | |
highlight Comment ctermfg=green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run