Open kickinbahk opened 4 years ago
Here is what I am trying to do:
let g:bettercomments_language_aliases = {
'javascript': 'js',
'*.js.liquid': 'js',
'*.scss.liquid': 'css',
'*.css.liquid': 'css',
'*.liquid': 'html'
" }
Do I need to do it all in one line?
I am new to vim and trying to figure out how to add this or where I need to add it. Could you elaborate a bit more on what I need to do to get this working?
Thanks!