Last active
January 19, 2020 01:52
-
-
Save liuwenzhuang/7b82a34197ae196e7fd94969fdcdea23 to your computer and use it in GitHub Desktop.
vim config file, place it to user directory
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
syntax on | |
set autoindent | |
set expandtab | |
set tabstop=2 | |
set sw=2 | |
set showcmd | |
set shortmess=at | |
set nowritebackup | |
set noswapfile | |
set nobackup | |
autocmd BufRead,BufNewFile Makefile,makefile,*Makefile,*makefile set noexpandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment