Created
January 28, 2018 08:59
-
-
Save dragonly/21114c087f8ac22cc92cbb3e4cf607bd to your computer and use it in GitHub Desktop.
in addition to amix/vimrc
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
let g:go_version_warning = 0 | |
let g:syntastic_check_on_wq = 0 | |
# let g:syntastic_c_include_dirs = ["/usr/local/cuda/include"] | |
let g:NERDTreeWinPos = "left" | |
let g:NERDTreeWinSize = 20 | |
let g:syntastic_loc_list_height = 5 | |
set nu | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set cursorline | |
hi CursorLine cterm=NONE ctermbg=236 ctermfg=NONE | |
hi CursorColumn cterm=NONE ctermbg=236 ctermfg=NONE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment