|
@@ -46,3 +46,5 @@ autocmd FileType java set foldnestmax=2
|
|
|
autocmd FileType python,sh set autoindent foldmethod=syntax
|
|
autocmd FileType python,sh set autoindent foldmethod=syntax
|
|
|
autocmd FileType tex,latex set wrap showbreak=+ spell makeprg=pdflatex\ -interaction=nonstopmode\ %
|
|
autocmd FileType tex,latex set wrap showbreak=+ spell makeprg=pdflatex\ -interaction=nonstopmode\ %
|
|
|
autocmd FileType sml set autoindent
|
|
autocmd FileType sml set autoindent
|
|
|
|
|
+autocmd FileType man set nomod nolist readonly
|
|
|
|
|
+autocmd FileType man map q :q<CR>
|