diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2019-03-11 12:58:55 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2019-03-11 12:58:55 +0100 |
commit | 652634143a78e262f0e26a10f253d2385fb44a41 (patch) | |
tree | 35ee484ee06db63538a57b1488a4a58ddbfaa49b /.vimrc | |
parent | Change plugin manager from pathogen to vundle (diff) | |
download | vim_sync-652634143a78e262f0e26a10f253d2385fb44a41.tar.xz |
Refactor file type configuration to the ftplugin
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -116,19 +116,6 @@ colorscheme dorticek au BufEnter * match RedundantSpaces /\s\+$\| \+\ze\t/ highlight RedundantSpaces ctermbg=red guibg=red -" ======================= -" autocommand definitions -" ======================= -au BufRead *COMMIT_EDITMSG set spell spelllang=en textwidth=80 -au BufRead *TAG_EDITMSG set spell spelllang=en textwidth=80 -au BufRead *.c set spell spelllang=en -au BufRead *.cpp set spell spelllang=en -au BufRead *.h set spell spelllang=en -au BufRead *.txt set spell expandtab 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 - " =========== " key hacking " =========== |