Whenever I input # in Neovim I get delay. I tried to fix this with
nnoremap # <nop>
vnoremap # <nop>
In my init.vim but that seemed to only fix it in non .tex environments. I assume this has something to do with the plugins I am using. Specifically, I suspect this is an issue with vimtex / ultisnips.
Question: Can someone help me diagnose where this is comming from and to disable it?
Extra: To :verbose imap #
I am getting
i #B *@vimtex#imaps#wrap_math("#B", vimtex#imaps#style_math("mathbb")
)
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119
i #- *@vimtex#imaps#wrap_math("#-", vimtex#imaps#style_math("overline
"))
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119
i #c *@vimtex#imaps#wrap_math("#c", vimtex#imaps#style_math("mathcal"
))
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119
i #f *@vimtex#imaps#wrap_math("#f", vimtex#imaps#style_math("mathfrak
"))
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119
i #b *@vimtex#imaps#wrap_math("#b", vimtex#imaps#style_math("mathbf")
)
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119
i #/ *@vimtex#imaps#wrap_math("#/", vimtex#imaps#style_math("slashed"
))
Last set from ~/.config/nvim/pack/plugins/start/vimtex/autoload/vimtex/
imaps.vim line 119