An open API service indexing awesome lists of open source software.

https://github.com/tomtom/setsyntax_vim

Set options specific for the syntax group under cursor
https://github.com/tomtom/setsyntax_vim

Last synced: 3 months ago
JSON representation

Set options specific for the syntax group under cursor

Awesome Lists containing this project

README

          

This plugin sets options/variables according to the syntax under the
cursor. It was originally created in response to
http://groups.google.com/group/vim_use/browse_frm/thread/ff624d5a68f0a562
and to solve a similar problem. While this plugin solves that other
related problem it doesn't seem to work properly for tex files.

-----------------------------------------------------------------------

Status: Not in use (I wouldn't know if there were problems)
Dependencies:
hookcursormoved :: http://github.com/tomtom/hookcursormoved_vim
> git clone git://github.com/tomtom/hookcursormoved_vim.git
tlib :: http://github.com/tomtom/tlib_vim
> git clone git://github.com/tomtom/tlib_vim.git
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.