diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-03-10 15:40:27 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-03-10 15:40:27 +0900 |
commit | 931b1872b2f54334e3a35b05c591492cf998847d (patch) | |
tree | a503c6a3ac507279acb79c105d49443366886913 /vim | |
parent | 7d0b169dc69036aa04e4dff3a596b254635f8d55 (diff) | |
download | dotfiles-931b1872b2f54334e3a35b05c591492cf998847d.tar.gz |
Improve time management
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 1b7c421..2c766c2 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -24,7 +24,7 @@ augroup vimrc autocmd BufNewFile,BufRead *.ms setlocal filetype=groff autocmd BufNewFile,BufRead *.m setlocal filetype=octave autocmd BufNewFile,BufRead *.h setlocal filetype=c - autocmd FileType asm,c,cpp,h,diff,gitconfig,gitsendemail,go,glsl,mail,sshconfig,php,tsv + autocmd FileType asm,c,cpp,h,diff,gitconfig,gitsendemail,go,glsl,mail,make,sshconfig,php,tsv \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8 autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal \ setlocal shiftwidth=2 |