tidalcycles / vim-tidal

Vim plugin for TidalCycles
MIT License
222 stars 56 forks source link

add commentstring #84

Open paum3 opened 1 year ago

paum3 commented 1 year ago

Hi,

I was struggling why my nvim has problems to detect commentstring, and I've found, that it was not set, so I have to add to my autocommands:

autocmd FileType tidal setlocal commentstring=--\ %s

Maybe it is worth to add it to -> ftplugin/tidal.vim