fix(smart-splits): properly execute the smart-splits keymap overrides

This commit is contained in:
2025-03-19 21:06:17 -04:00
parent d060cdd269
commit 360df77f4a
2 changed files with 12 additions and 9 deletions
+3
View File
@@ -10,6 +10,9 @@ return {
lazy = false,
build = require('data.types').smart_splits.build(),
-- cond = not require('data.func').is_ghostty(),
keys = function()
require('data.keys').smart_splits()
end,
},
{ -- Kitty-Runner
'jghauser/kitty-runner.nvim',