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
- Host: GitHub
- URL: https://github.com/tomtom/setsyntax_vim
- Owner: tomtom
- Created: 2010-04-06T17:43:27.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T16:18:40.000Z (over 11 years ago)
- Last Synced: 2025-02-22T05:27:52.178Z (over 1 year ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=2076
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.