Optimize startup time and make some minor refactorings

This commit is contained in:
Martin Larsson 2024-07-12 23:00:01 +02:00
parent f8faa2f5c1
commit 456fc0da59
23 changed files with 69 additions and 11 deletions

View file

@ -13,6 +13,8 @@ return {
dependencies = {
"nvim-tree/nvim-web-devicons"
},
event = "VeryLazy",
lazy = true,
config = function()
local catppuccin_theme = require("lualine.themes.catppuccin")
local slightly_darker_surface0 = "#2c3045"