home: vim: remove mapping to run 'make'
This commit is contained in:
parent
1408d7735a
commit
e81aee50e3
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ lua << EOF
|
|||
local wk = require("which-key")
|
||||
|
||||
local keys = {
|
||||
m = { "<cmd>silent! :make! | :redraw!<CR>", "Run make" },
|
||||
["<leader>"] = { "<cmd>nohls<CR>", "Clear search highlight" },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue