- Notifications
You must be signed in to change notification settings - Fork45
groenewege/vim-less
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This vim bundle adds syntax highlighting, indenting and autocompletion for the dynamic stylesheet languageLESS.
This bundle is compatible withvim-css-color,vim-css3-syntax and possibly other plugins that place codeinafter/syntax/css.vim
orafter/syntax/css/*.vim
.
Installpathogen into
~/.vim/autoload/
and add thefollowing line to your~/.vimrc
:call pathogen#infect()
Make a clone of the
vim-less
repository:$ mkdir -p ~/.vim/bundle $ cd ~/.vim/bundle $ git clone https://github.com/groenewege/vim-less
OR usevundle, adding this line to your
~/.vimrc
:Plugin 'groenewege/vim-less'
OR useneobundle, adding this line to your
~/.vimrc
:NeoBundle 'groenewege/vim-less'
OR use git submodules:
$ git submodule add https://github.com/groenewege/vim-less.git bundle/vim-less $ git submodule init
.less to .css , lessc is required.
nnoremap <Leader>m :w <BAR> !lessc % > %:t:r.css<CR><space>
Inspiration fromvim-haml,scss-syntax.vim andvim-less
About
vim syntax for LESS (dynamic CSS)
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.