add some bugs

This commit is contained in:
dlond 2025-05-27 03:50:02 +12:00
parent 0a859f314e
commit 2113b33a58
4 changed files with 62 additions and 9 deletions

View file

@ -20,6 +20,7 @@ vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower win
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
-- Add any other general-purpose keymaps you want here
vim.keymap.set('n', '
-- Standard practice for Lua modules that don't need to return complex data
return {}