diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2017-09-18 20:33:00 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2017-09-18 20:33:00 +0200 |
commit | 930af8c5135387e5946f1d9cdae58586d03df5cc (patch) | |
tree | 0917c55c6fd6d71364fae2e49e05263ee6789d28 | |
parent | Update HiCursorWords (diff) | |
download | vim_sync-930af8c5135387e5946f1d9cdae58586d03df5cc.tar.xz |
Add settings for .kv file type
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ au BufRead *.cpp set spell spelllang=en au BufRead *.h set spell spelllang=en au BufRead *.txt set spell spelllang=cs au BufRead *.yml set expandtab tabstop=2 shiftwidth=2 spell spelllang=en +au BufRead *.kv set expandtab tabstop=4 shiftwidth=4 spell spelllang=en au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 spell spelllang=en " =========== |