Everytime I enable --watch: lessc style.less --watch
Vim displays the following message every time I try to save something in the style.less
file:
E505 "...style.less is read-only" (add ! to override)
So everytime I want to save the file I have to type :w!
Any suggestions to eliminate the read-only?