️ 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 {
{ -- Smart-Splits
"mrjones2014/smart-splits.nvim",
lazy = false,
build = "./kitty/install-kittens.bash",
},
{ -- Image Renderer
@@ -60,7 +61,7 @@ return {
float_opts = {
border = "curved",
winblend = 3,
title_pos = "left",
title_pos = "center",
},
winbar = {
enabled = true,