home: vim: remove mapping to run 'make'
This commit is contained in:
parent
bbc47b6683
commit
be84a4a6fa
|
@ -2,7 +2,6 @@ lua << EOF
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
|
|
||||||
local keys = {
|
local keys = {
|
||||||
m = { "<cmd>silent! :make! | :redraw!<CR>", "Run make" },
|
|
||||||
["<leader>"] = { "<cmd>nohls<CR>", "Clear search highlight" },
|
["<leader>"] = { "<cmd>nohls<CR>", "Clear search highlight" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue