From 60f2639971d9069b186e8024878bdec30f8fe7cd Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 3 Sep 2026 22:31:07 +0200 Subject: [PATCH] fix: lsp icons --- plugin/40_plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/40_plugins.lua b/plugin/40_plugins.lua index e1ced1b..803398f 100644 --- a/plugin/40_plugins.lua +++ b/plugin/40_plugins.lua @@ -32,7 +32,7 @@ Config.now_if_args(function() end) -- LSP -Config.later(function() +Config.now_if_args(function() vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" }) vim.lsp.enable({ "ansiblels", "gopls", "intelephense", "lua_ls", "svelte", "tailwindcss", "tsc", "dartls" }) end)