fix: use later for lsp and formatting

This commit is contained in:
2026-09-02 22:14:17 +02:00
parent 6f427d791c
commit 68750bdbf2
+2 -2
View File
@@ -40,7 +40,7 @@ Config.now_if_args(function()
end) end)
-- LSP ========================================================================= -- LSP =========================================================================
Config.now_if_args(function() Config.later(function()
vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" }) vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" })
vim.lsp.enable({ vim.lsp.enable({
@@ -56,7 +56,7 @@ Config.now_if_args(function()
end) end)
-- Formatting ================================================================== -- Formatting ==================================================================
Config.now_if_args(function() Config.later(function()
vim.pack.add({ "https://github.com/stevearc/conform.nvim" }) vim.pack.add({ "https://github.com/stevearc/conform.nvim" })
require("conform").setup({ require("conform").setup({