diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-03-08 20:04:36 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2017-03-08 20:04:36 +0700 |
commit | 48da7383c04e5f6bf5612014727d8d9b4bd03329 (patch) | |
tree | 11b556577306803f168b1ae395f642e6a7521ace /vim/.vim | |
parent | 4e8f810e3e63b801728a6c7dd441a83bb7d582c2 (diff) | |
download | dotfiles-48da7383c04e5f6bf5612014727d8d9b4bd03329.tar.gz |
Update 20170308
Diffstat (limited to 'vim/.vim')
-rwxr-xr-x | vim/.vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 1effa97..e2c6284 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -23,7 +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 markdown,python setlocal shiftwidth=2 tabstop=2 +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) map Q gq |