From 79a2f35cece49b6e25d64cd1e8078eed8a08c68c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Jul 2025 17:55:17 +0000 Subject: [PATCH] feat: updated lsp parameters --- lua/plugins/astrolsp.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 720b9d3..acac1d0 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -1,5 +1,3 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE - -- AstroLSP allows you to customize the features in AstroNvim's LSP configuration engine -- Configuration documentation can be found with `:h astrolsp` -- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) @@ -31,8 +29,9 @@ return { disabled = { -- disable formatting capabilities for the listed language servers -- disable lua_ls formatting capability if you want to use StyLua to format your lua code -- "lua_ls", + "volar", }, - timeout_ms = 1000, -- default format timeout + timeout_ms = 7000, -- default format timeout -- filter = function(client) -- fully override the default formatting function -- return true -- end