Skip to content

Instantly share code, notes, and snippets.

@dragonly
Created January 28, 2018 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragonly/21114c087f8ac22cc92cbb3e4cf607bd to your computer and use it in GitHub Desktop.
Save dragonly/21114c087f8ac22cc92cbb3e4cf607bd to your computer and use it in GitHub Desktop.
in addition to amix/vimrc
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