Relative Content

Tag Archive for neovim

How do I disable some keybinds in neovim that ship with the VimTeX plugin?

I am using neovim with the VimTeX plugin. The plugin creates many keybinds to help with writing in LaTeX, but some of the insert mode keybinds just get in my way, so I want to disable them. As an example, ]] is a keybind in insert mode that closes whatever environment you are currently in. In insert mode, it calls the function <plug>(vimtex-delim-close).