Skip to content

Instantly share code, notes, and snippets.

@exmadesu
Created June 5, 2023 10:27
Show Gist options
  • Save exmadesu/0c21813276e50ec63007d22502191a7a to your computer and use it in GitHub Desktop.
Save exmadesu/0c21813276e50ec63007d22502191a7a to your computer and use it in GitHub Desktop.
VIM Config (minimal)
filetype plugin indent on
syntax enable
set number
set autoindent
set ruler
set sw=2
set tabstop=2
set mouse=a
set t_md=
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment