Skip to content

Instantly share code, notes, and snippets.

@Lajule
Created February 16, 2020 16:04
Show Gist options
  • Save Lajule/f79aece48b45a9d4dd689acdd9281a75 to your computer and use it in GitHub Desktop.
Save Lajule/f79aece48b45a9d4dd689acdd9281a75 to your computer and use it in GitHub Desktop.
Best vim setup
filetype on
syntax on
set background=dark
set linebreak
set visualbell
set showmatch
set hlsearch
set autoindent
set expandtab
set shiftwidth=2
set smartindent
set smarttab
set softtabstop=2
set mouse=a
set clipboard=unnamed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment