Skip to content

Instantly share code, notes, and snippets.

@NateMeyvis
Last active May 12, 2022 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NateMeyvis/077b09eea8205df8a0b266040e0274d2 to your computer and use it in GitHub Desktop.
Save NateMeyvis/077b09eea8205df8a0b266040e0274d2 to your computer and use it in GitHub Desktop.
Nate Meyvis' .vimrc
set nocompatible
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set number
set wrap
set encoding=utf-8
set showmatch
set ruler
set linebreak
set listchars=tab:>-,trail:-,nbsp:_
set list
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment