️ perf(terminal): don't lazy-load smart-splits

This commit is contained in:
2024-08-17 01:15:56 -04:00
parent 52948a9c74
commit a84ecf1891
+2 -1
View File
@@ -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,