Skip to content

Instantly share code, notes, and snippets.

@tzyLee
tzyLee / .vimrc
Created November 14, 2018 06:06
.vimrc
set nocompatible
"####### General ########"
syntax enable
colorscheme sublimemonokai
"From https://github.com/ErichDonGubler/vim-sublime-monokai"
highlight Normal ctermbg=232
set cursorline
highlight CursorLine cterm=none ctermbg=235
set nu
set incsearch