Relative Content

Tag Archive for vimneovimvim-plugin

Neovim LSP disable vim.lsp.buf.signature_help() default key binding CTRL-S

I use the vim-rails plugin to edit .erb files. In VIM in the insert mode, I could use a shortcut CTRLs + = to insert <%= %> block, as shown [here][2] . But in NeoVim this keymapping CTRLs is used by default by vim.lsp.buf.signature_help() function
[![enter image description here][3]][3]
The NeoVim LSP [documentation][4] says that this default mapping can be disabled by: