vim-csscomb
vim-csscomb copied to clipboard
Error running :CSScomb
When I run :CSScomb on a buffer with a plain old .css file I get the following error:
Error detected while processing function g:CSScomb:
line 7:
E684: list index out of range: 1
E15: Invalid expression: split(systemOutput, "\n")[1]
Press ENTER or type command to continue
same error here
is this project still alive?
Me three.
It seems this project has changed alot since i last looked at it. They've switched to using CSScomb from node, so after installing that it works alot better. (npm install csscomb)
But IMO this project has gotten less useful over the course of a year or so. Before, you could visually select a segment to be combed, but this no longer seems to work correctly. And there seems to be alot more imposed codestyle for your CSS so it's less portable.
Hello, guys! I'm sorry the plugin throws errors. Unfortunately, I don't have enough time to fix them now. Maybe someone of you could help?
I was having the same error, but using npm install csscomb as suggested by @antte solved it for me.
you gus have to install csscomb via npm install csscomb
I had to install globally with the -g switch: npm install -g csscomb