Changes

Jump to navigation Jump to search
312 bytes added ,  21:19, 20 June 2007
m
→‎compiler plugin: Added some details
Context complier plugin for vim is available from http://www.vim.org/scripts/script.php?script_id=1925
 
After installing this, you can compile a TeX file using
 
:make %
 
which will also highlight the error messages. If you prefer keymappings, you can add
 
nmap <F5> make %<cr>
 
to your <code>.vimrc</code> or your <code>ftplugin/context.vim</code>, after which pressing <code><F5></code> will compile the file.
== Other useful vim plugins ==

Navigation menu