vim-lesscss : Update corresponding css files on the fly while edits less files
script karma |
Rating 23/8,
Downloaded by 2177 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Vital Kudzelka |
|
script type |
utility |
|
description |
Vim plugin that make it easy to edit less files without need to manually
update corresponding css file.
Just open your `less` file in Vim and edit it. On save corresponding `css`
file will be created with the same name as original.
Use ':Lesscss[!] [cmd] to run predefined command or reuse previous.
Each command is a dictionary that define custom options you want to use
when ':Lesscss' runs, such as less compiler options or output file location.
Command applied globally unless the ! is provided, in which case the command
applied only to current buffer.
For example, to disable Lesscss for all buffers run:
:Lesscss off
To disable Lesscss only for current one use:
:Lesscss! off
For more details, see README on github:
https://github.com/vitalk/vim-lesscss |
|
install details |
If your don't have a preferred way to install Vim plugins, try to use pathogen(http://www.vim.org/scripts/script.php?script_id=2332) and then run:
cd ~/.vim/bundle
git clone git://github.com/vitalk/vim-lesscss.git |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.14.64.102
|