perf: refactor startup time

This commit is contained in:
xfy
2025-03-05 16:00:45 +08:00
parent 4bd3863bd6
commit cce6c0096c
3 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,11 @@
local init_lackluster_icons = function()
local lackluster = require("lackluster")
-- local lackluster = require("lackluster")
require("nvim-web-devicons").setup({
color_icons = false,
override = {
["default_icon"] = {
color = lackluster.color.gray4,
-- color = lackluster.color.gray4,
color = "#444444",
name = "Default",
},
},

View File

@ -20,7 +20,7 @@ return {
},
{
"OXY2DEV/markview.nvim",
lazy = false,
ft = "markdown",
},
-- {
-- "MeanderingProgrammer/render-markdown.nvim",

View File

@ -11,7 +11,8 @@ return {
},
},
cmd = { "Oil" },
lazy = false,
-- lazy = false,
event = "VimEnter",
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
require("oil").setup({