mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-08 10:48:01 -08:00
update nvim config and squash some bugs
This commit is contained in:
@@ -19,8 +19,9 @@ function M.addToWhichKey(mappings, group)
|
||||
elseif not mappings and group then
|
||||
return
|
||||
end
|
||||
local wk_mappings = {}
|
||||
for _, mapping in ipairs(mappings) do
|
||||
local wk_mappings = {}
|
||||
wk_mappings = {}
|
||||
if not mapping.key or mapping.key == "" then
|
||||
vim.notify("Error: Key is empty or nil", "error")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user