home: vim: remove mapping to run 'make'

This commit is contained in:
Bruno BELANYI 2022-02-26 15:59:45 +01:00
parent bbc47b6683
commit be84a4a6fa

View file

@ -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" },
}