Removed all autocmd (very slow on Windows)
This commit is contained in:
parent
7daff1a13b
commit
ca9de01eb6
1 changed files with 0 additions and 3 deletions
3
vimrc
3
vimrc
|
@ -2,9 +2,6 @@ silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
|
|||
silent! execute pathogen#infect()
|
||||
|
||||
autocmd BufRead,BufNewFile *.md set filetype=markdown
|
||||
autocmd BufWritePost *.mom !pdfmom -t -k <afile> > <afile>.pdf
|
||||
autocmd BufWritePost *.rst !rst2html -i utf-8 <afile> <afile>.html
|
||||
autocmd BufWritePost *.tex !lualatex --output-directory=/tmp <afile>
|
||||
command Q q
|
||||
command W w
|
||||
command WQ wq
|
||||
|
|
Loading…
Reference in a new issue