feat(nvim): Use <cmd> instead of :

* This will not let the cursor move when executing commands
This commit is contained in:
js0ny 2025-03-04 23:28:51 +00:00
parent 5684ceaf0c
commit abfa1bebec
6 changed files with 46 additions and 46 deletions

View file

@ -5,7 +5,7 @@ return {
"CRAG666/code_runner.nvim",
config = true,
keys = {
{ "<leader>cr", ":RunCode<CR>", desc = "Run code" },
{ "<leader>cr", "<cmd>RunCode<CR>", desc = "Run code" },
},
dependencies = {