Created
October 12, 2018 14:41
-
-
Save vilinski/20d7dcb78ed9fc7026dfd7a2dc0e3d04 to your computer and use it in GitHub Desktop.
.vimrc file with a few basic options
This file contains 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 expandtab | |
set smarttab | |
set shiftwidth=4 | |
set tabstop=4 | |
set smartindent | |
set ignorecase | |
set nohlsearch | |
set incsearch | |
set smartcase | |
set number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment