Skip to content
Discussion options

You must be logged in to vote

Neovim create mappings starts with gr like:

n  gri         * <Lua 20: vim/_defaults.lua:0>
                 vim.lsp.buf.implementation()
n  grr         * <Lua 19: vim/_defaults.lua:0>
                 vim.lsp.buf.references()
n  gra         * <Lua 17: vim/_defaults.lua:0>
                 vim.lsp.buf.code_action()
n  grn         * <Lua 16: vim/_defaults.lua:0>
                 vim.lsp.buf.rename()

You may need to use <nowait> like:

 nmap <silent><nowait> gr <Plug>(coc-references)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Lostlitus
Comment options

Comment options

You must be logged in to vote
1 reply
@Lostlitus
Comment options

Answer selected by Lostlitus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants