⚙️ config(nvim): launch smart-splits when neovim opens up

This commit is contained in:
Sergio Laín 2024-07-28 15:18:42 +02:00
parent 08316ab89e
commit d40f955011
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,6 +1,7 @@
return { return {
"mrjones2014/smart-splits.nvim", "mrjones2014/smart-splits.nvim",
build = "./kitty/install-kittens.bash", build = "./kitty/install-kittens.bash",
event = "VeryLazy",
-- stylua: ignore -- stylua: ignore
keys = { keys = {
{ "<C-A-Left>", function() require("smart-splits").resize_left() end, desc = "Resize Left" }, { "<C-A-Left>", function() require("smart-splits").resize_left() end, desc = "Resize Left" },