Eirik
Eirik
I would also like to request the ability to have a separate state for each tab. Having a different root or open / closed state in the tree for different...
The filetype is html.twig. But none of these seem to work for me, neither does `g:tcomment#filetype#guess_html_twig`. I still get HTML comments on HTML lines and block comments with multiple lines....
Ok, so this works for me: `autocmd FileType html.twig setlocal commentstring=\{#%s#\}` in init.vim Running `let g:tcomment#filetype#map['html.twig'] = 'twig'` after using the plugin once Is there a way to automate execution...