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