⚡️ perf(terminal): don't lazy-load smart-splits
This commit is contained in:
@@ -13,6 +13,7 @@ package.path = package.path
|
|||||||
return {
|
return {
|
||||||
{ -- Smart-Splits
|
{ -- Smart-Splits
|
||||||
"mrjones2014/smart-splits.nvim",
|
"mrjones2014/smart-splits.nvim",
|
||||||
|
lazy = false,
|
||||||
build = "./kitty/install-kittens.bash",
|
build = "./kitty/install-kittens.bash",
|
||||||
},
|
},
|
||||||
{ -- Image Renderer
|
{ -- Image Renderer
|
||||||
@@ -60,7 +61,7 @@ return {
|
|||||||
float_opts = {
|
float_opts = {
|
||||||
border = "curved",
|
border = "curved",
|
||||||
winblend = 3,
|
winblend = 3,
|
||||||
title_pos = "left",
|
title_pos = "center",
|
||||||
},
|
},
|
||||||
winbar = {
|
winbar = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user