Last active
June 17, 2022 11:32
-
-
Save abcdw/d1728366c2e60e1a6802 to your computer and use it in GitHub Desktop.
micro vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""""""""""""""""""""""" | |
" 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