Skip to content

Instantly share code, notes, and snippets.

@ibreathebsb
Last active September 19, 2021 11:02
Show Gist options
  • Save ibreathebsb/3ca7c8934231b87300122f00e326103f to your computer and use it in GitHub Desktop.
Save ibreathebsb/3ca7c8934231b87300122f00e326103f to your computer and use it in GitHub Desktop.
.vimrc
set path+=**
set relativenumber
set nu
set hidden
set nowrap
set smartindent
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment