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 CTRL
–s
+ =
to insert <%= %> block, as shown [here][2] . But in NeoVim this keymapping CTRL
–s
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:
Installed Lazy — which NeoVim plugin is converting $() to backticks? and how to remove it?
I just installed Lazy via the instructions here: https://www.lazyvim.org/installation
Override syntax highlighting rules for Neovim colorscheme
I want to override highlighting for a language-specific keyword in Neovim.