fix: speedup starting time

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-23 01:10:29 +01:00
parent 3906d422e8
commit cb64b79de9
5 changed files with 158 additions and 4 deletions

View file

@ -1,6 +1,7 @@
return {
{
"neovim/nvim-lspconfig",
lazy = true,
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },