mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] make tcomment respect my favorite comment marker for Assembly
This commit is contained in:
parent
c98d336b83
commit
79e161252a
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,8 @@ set commentstring=//%s
|
||||||
" Make an alias for the comment text object
|
" Make an alias for the comment text object
|
||||||
omap <silent> gc ac
|
omap <silent> gc ac
|
||||||
|
|
||||||
|
let g:tcomment#ignore_comment_def = ['asm']
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue