Skip to content

Instantly share code, notes, and snippets.

@zhanghang1989
Last active March 8, 2020 19:04
Show Gist options
  • Save zhanghang1989/cae639ac0cb8b206abfccb9c332974fa to your computer and use it in GitHub Desktop.
Save zhanghang1989/cae639ac0cb8b206abfccb9c332974fa to your computer and use it in GitHub Desktop.
colorscheme papaya
syntax on
set nu
set hlsearch
set autoindent
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
set cursorline
autocmd BufRead,BufNewFile *.cu set filetype=cpp
autocmd Filetype cpp setlocal expandtab tabstop=2 shiftwidth=2
autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4
set tags=./git/tags;/
@zhanghang1989
Copy link
Author

~/.ssh/colors/

@zhanghang1989
Copy link
Author

set guifont=Monaco:h16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment