Skip to content

Instantly share code, notes, and snippets.

@marzvrover
Created January 14, 2019 19:23
Show Gist options
  • Save marzvrover/841d05e6ae3d1247c5309ed5123b3662 to your computer and use it in GitHub Desktop.
Save marzvrover/841d05e6ae3d1247c5309ed5123b3662 to your computer and use it in GitHub Desktop.
My current vimrc
syntax on
set expandtab
set softtabstop=4
set shiftwidth=4
set tabstop=4
set list
set listchars=tab:>\ ,eol:¬
set listchars+=space:·
set number relativenumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment