Skip to content

Instantly share code, notes, and snippets.

@raymondtay
Last active December 16, 2015 07:49
Show Gist options
  • Select an option

  • Save raymondtay/5401743 to your computer and use it in GitHub Desktop.

Select an option

Save raymondtay/5401743 to your computer and use it in GitHub Desktop.
my vimrc
set t_Co=256
set nu
set hlsearch
syntax on
set tabstop=4
set background=dark
let g:solarized_termcolors=256
colorscheme solarized
set shiftwidth=4
set expandtab
set cursorline
hi CursorLine cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white
hi CursorColumn cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white
nnoremap <Leader>c :set cursorline! cursorcolumn!<CR>
autocmd FileType c,cl source ~/.vim/syntax/opencl.vim
" map <F9>:TagbarToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment