Last active
October 5, 2019 07:08
-
-
Save morrisalp/3d88bacbd650ded30e4d1214b2aedf3b to your computer and use it in GitHub Desktop.
my personal .vimrc
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
set encoding=utf-8 | |
set autoindent | |
set expandtab | |
set tabstop=4 | |
set shiftwidth=4 | |
set number | |
set hlsearch incsearch | |
set wildmenu | |
set showcmd | |
syntax on | |
colorscheme desert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment