return { "mrjones2014/smart-splits.nvim", build = "./kitty/install-kittens.bash", -- stylua: ignore keys = { { "", function() require("smart-splits").resize_left() end, desc = "Resize left" }, { "", function() require("smart-splits").resize_down() end, desc = "Resize down" }, { "", function() require("smart-splits").resize_up() end, desc = "Resize up" }, { "", function() require("smart-splits").resize_right() end, desc = "Resize right" }, { "", function() require("smart-splits").move_cursor_left() end, desc = "Move cursor left" }, { "", function() require("smart-splits").move_cursor_down() end, desc = "Move cursor down" }, { "", function() require("smart-splits").move_cursor_up() end, desc = "Move cursor up" }, { "", function() require("smart-splits").move_cursor_right() end, desc = "Move cursor right" }, }, }