diff --git a/nvim/plugin/editing.vim b/nvim/plugin/editing.vim index f5f5336..7c24336 100644 --- a/nvim/plugin/editing.vim +++ b/nvim/plugin/editing.vim @@ -273,6 +273,8 @@ set commentstring=//%s " Make an alias for the comment text object omap gc ac + let g:tcomment#ignore_comment_def = ['asm'] + " }}}