feat: updated to astronvim 5 version

This commit is contained in:
root
2025-07-02 17:35:58 +00:00
parent fb307f1713
commit 4deec5b313
12 changed files with 123 additions and 132 deletions
+3 -2
View File
@@ -1,3 +1,5 @@
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`)
@@ -29,9 +31,8 @@ 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 = 7000, -- default format timeout
timeout_ms = 1000, -- default format timeout
-- filter = function(client) -- fully override the default formatting function
-- return true
-- end