mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
bug fixes
This commit is contained in:
parent
b6866925e1
commit
5363aa6306
5 changed files with 12 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue