bug fixes

This commit is contained in:
christianchiarulli 2021-06-28 13:52:49 -04:00
parent b6866925e1
commit 5363aa6306
5 changed files with 12 additions and 14 deletions

View file

@ -1,6 +1,3 @@
local M = {}
M.config = function()
require("which-key").setup {
plugins = {
marks = true, -- shows a list of your marks on ' and `
@ -298,7 +295,4 @@ M.config = function()
local wk = require("which-key")
wk.register(mappings, opts)
-- wk.register(visualMappings, visualOpts)
end
return M