🗑️ remove(nvim): compiler keymaps for the code group
This commit is contained in:
parent
53b0b9d24f
commit
59c18c969a
1 changed files with 0 additions and 11 deletions
|
@ -6,9 +6,6 @@ return {
|
||||||
opts = {},
|
opts = {},
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>ccc", "<cmd>CompilerOpen<cr>", desc = "Open Compiler" },
|
|
||||||
{ "<leader>ccR", function() vim.cmd("CompilerStop") vim.cmd("CompilerRedo") end, desc = "Redo Compiler" },
|
|
||||||
{ "<leader>ccr", "<cmd>CompilerToggleResults<cr>", desc = "Toggle Compiler Results" },
|
|
||||||
{ "<F3>", "<cmd>CompilerOpen<cr>", desc = "Open Compiler" },
|
{ "<F3>", "<cmd>CompilerOpen<cr>", desc = "Open Compiler" },
|
||||||
{ "<S-F3>", function() vim.cmd("CompilerStop") vim.cmd("CompilerRedo") end, desc = "Redo Compiler" },
|
{ "<S-F3>", function() vim.cmd("CompilerStop") vim.cmd("CompilerRedo") end, desc = "Redo Compiler" },
|
||||||
{ "<F4>", "<cmd>CompilerToggleResults<cr>", desc = "Toggle Compiler Results" },
|
{ "<F4>", "<cmd>CompilerToggleResults<cr>", desc = "Toggle Compiler Results" },
|
||||||
|
@ -40,12 +37,4 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"folke/which-key.nvim",
|
|
||||||
opts = {
|
|
||||||
defaults = {
|
|
||||||
["<leader>cc"] = { name = "compiler" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue