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" }, { "", function() require("smart-splits").swap_buf_left() end, desc = "Swap buffer left" }, { "", function() require("smart-splits").swap_buf_down() end, desc = "Swap buffer down" }, { "", function() require("smart-splits").swap_buf_up() end, desc = "Swap buffer up" }, { "", function() require("smart-splits").swap_buf_right() end, desc = "Swap buffer right" }, }, }