Skip to content

Instantly share code, notes, and snippets.

@abcdw
Last active June 17, 2022 11:32
Show Gist options
  • Save abcdw/d1728366c2e60e1a6802 to your computer and use it in GitHub Desktop.
Save abcdw/d1728366c2e60e1a6802 to your computer and use it in GitHub Desktop.
micro vimrc
"""""""""""""""""""""""
" MY MICRO VIMRC v0.2 "
"""""""""""""""""""""""
set nocompatible
set wildmenu
set wildmode=longest:full,full
set keywordprg=:help
set ruler
colorscheme industry
" alternatives: slate desert
set autoindent
set smartindent
set smarttab
set shiftround
set shiftwidth=4
syntax on
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment