Skip to content

Instantly share code, notes, and snippets.

@patelneel55
Created September 16, 2018 22:21
Show Gist options
  • Save patelneel55/f06c8fa0958ead560b75461768ad5716 to your computer and use it in GitHub Desktop.
Save patelneel55/f06c8fa0958ead560b75461768ad5716 to your computer and use it in GitHub Desktop.
Vim Configuration file
set tabstop=4
set softtabstop=4
set autoindent
set shiftwidth=4
set whichwrap=<>[]
set mouse=a
set number
set wildmenu
set background=dark
syntax on
highlight Comment ctermfg=green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment