Skip to content

Conversation

@mssalkhalifah
Copy link

@mssalkhalifah mssalkhalifah commented Feb 18, 2022

There was a conflict in handler's keymap:

vim.api.nvim_buf_set_keymap(bufnr, "n", "<C-K>", "<cmd>lua vim.lsp.buf.signature_help()<CR>", opts)

And:
keymap("n", "<C-k>", "<C-w>k", opts)

And changed it to Lunarvim's keymap: <gs>

@mssalkhalifah mssalkhalifah changed the title <C-K> keymap conflict in handlers and keymap fixed <C-K> keymap conflict in handlers and keymap fix Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants