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