vim-csscomb
vim-csscomb copied to clipboard
CSScomb plugin for Vim. Tool for sorting CSS properties in specific order.
Hey guys, csscomb is globally installed on my npm and the csscomb vim plugin is runing fine, the problem is no matter what I do, the `:CSScomb` command does not...
When I run `:CSScomb` on a buffer with a plain old `.css` file I get the following error: ``` sh Error detected while processing function g:CSScomb: line 7: E684: list...
When the lines after combing are fewer than before combing, the extra lines remain in the buffer and mess up the file. e.g. > .format { > width: 100px; >...
Delete the useless lines in the tail.
The CSScomb default effects are working but not custom config in VIm. It works in Atom though so I know the config is good but it may not be in...