Skip to content

Instantly share code, notes, and snippets.

@rkhapov
Created March 29, 2021 10:17
Show Gist options
  • Save rkhapov/d0eb5651b44a8056d5860b2a3c435ce3 to your computer and use it in GitHub Desktop.
Save rkhapov/d0eb5651b44a8056d5860b2a3c435ce3 to your computer and use it in GitHub Desktop.
my best of the best .vimrc
syntax on
set number
set tabstop=4
set autoindent
set softtabstop=4
set list
set listchars=eol:$,nbsp:_,tab:>-,trail:~,extends:>,precedes:<,space:·
set clipboard=unnamedplus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment