fix: use later for lsp and formatting

This commit is contained in:
2026-09-02 22:21:40 +02:00
parent 6f427d791c
commit b78d3bafb7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ Config.later(function()
end)
-- Completion ==================================================================
Config.now_if_args(function()
Config.later(function()
-- Autocompletion and signature help.
require('mini.completion').setup({
lsp_completion = {
+2 -2
View File
@@ -40,7 +40,7 @@ Config.now_if_args(function()
end)
-- LSP =========================================================================
Config.now_if_args(function()
Config.later(function()
vim.pack.add({ "https://github.com/neovim/nvim-lspconfig" })
vim.lsp.enable({
@@ -56,7 +56,7 @@ Config.now_if_args(function()
end)
-- Formatting ==================================================================
Config.now_if_args(function()
Config.later(function()
vim.pack.add({ "https://github.com/stevearc/conform.nvim" })
require("conform").setup({