⚙️ config(nvim): launch smart-splits when neovim opens up
This commit is contained in:
parent
08316ab89e
commit
d40f955011
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue