about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-04-13 10:28:13 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-04-13 10:28:13 +0700
commit3e87a9cc529ed3b70e019393e3e28b019aaafaec (patch)
treeaaea4f5a480320c74dc4165118d1b965af4416c3 /vim/.vim/vimrc
parent54f888bbc8c343db839fe7c3ca956e717c7133e1 (diff)
downloaddotfiles-3e87a9cc529ed3b70e019393e3e28b019aaafaec.tar.gz
Update 2017-04-13
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index e2c6284..cb912e7 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -23,6 +23,7 @@ set dictionary=/usr/share/dict/words
 set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
 autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
 autocmd FileType c,h,cpp,arduino setlocal noexpandtab shiftwidth=8 tabstop=8
+autocmd FileType rst setlocal shiftwidth=3 tabstop=3
 autocmd FileType css,javascript,markdown,python setlocal shiftwidth=4 tabstop=4
 autocmd FileType python syntax keyword pythonBoolean False True None
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)