remove code action keymap
This commit is contained in:
@@ -40,12 +40,3 @@ local null_ls = require("null-ls")
|
|||||||
-- }
|
-- }
|
||||||
-- })
|
-- })
|
||||||
|
|
||||||
|
|
||||||
vim.keymap.set({ "i", "s" }, "<C-a>", function()
|
|
||||||
vim.lsp.buf.code_action()
|
|
||||||
end, { desc = "Snippet next argument", silent = true })
|
|
||||||
|
|
||||||
vim.keymap.set("n", "gra", function()
|
|
||||||
vim.lsp.buf.code_action()
|
|
||||||
end, { desc = "Snippet next argument", silent = true })
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user