Skip to content

Instantly share code, notes, and snippets.

@nicohsieh
Created August 21, 2018 23:52
Show Gist options
  • Save nicohsieh/6eed1893b3774d00afc6e1420723eecf to your computer and use it in GitHub Desktop.
Save nicohsieh/6eed1893b3774d00afc6e1420723eecf to your computer and use it in GitHub Desktop.
my custom .vimrc setting
colorscheme gruvbox
set nocompatible
set noai
set nosi
filetype on
filetype plugin on
set laststatus=2
set backspace=indent,eol,start
syntax on
:set mouse=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment