[nvim] make tcomment respect my favorite comment marker for Assembly

This commit is contained in:
Dmytro Meleshko 2021-06-25 23:40:25 +03:00
parent c98d336b83
commit 79e161252a

View file

@ -273,6 +273,8 @@ set commentstring=//%s
" Make an alias for the comment text object
omap <silent> gc ac
let g:tcomment#ignore_comment_def = ['asm']
" }}}