X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init.vim;h=219ad2f33a3601d2ab188690baff666637be2c11;hp=f840aca45f21043b0d2eb2815d1035999a9c7e87;hb=f84dce6b72fe8edad77f378776b2be0be244e628;hpb=0b8d10cf3795f7ce103de2165e3aae15c0f52ec7 diff --git a/init.vim b/init.vim index f840aca..219ad2f 100644 --- a/init.vim +++ b/init.vim @@ -72,7 +72,7 @@ let g:vim_markdown_frontmatter=1 let g:vim_markdown_math=1 let g:guesslang_langs=[ 'en_US', 'de_AT'] -au FileType text,markdown,mail,tex setlocal spell +au FileType text,markdown,mail,tex,gitcommit setlocal spell au BufReadPost * :DetectIndent au BufEnter *.c* let b:fswitchlocs='reg:/lib/include/,rel:.' @@ -97,7 +97,7 @@ au Filetype tex set shiftwidth=2 au BufRead,BufNewFile *.plt set filetype=gnuplot :let g:org_todo_keywords = [['TODO(t)', 'WAITING(w)', '|', 'DONE(d)'], - \ ['|', 'OBSOLETE(o)'], + \ ['|', 'OBSOLETE(o)', 'WONT(n)'], \ ['CANCELED(c)']] " Trailing whitespace