1
0
Fork 0

migrate astronvim conf to astronvim v4

This commit is contained in:
cătălin 2024-08-27 18:27:48 +02:00
commit 6c59294bbb
No known key found for this signature in database
8 changed files with 138 additions and 125 deletions

View file

@ -0,0 +1,24 @@
---@type LazySpec
return {
"AstroNvim/astrolsp",
---@type AstroLSPOpts
opts = {
features = {
autoformat = true,
codelens = true,
semantic_tokens = true,
},
formatting = {
format_on_save = {
enabled = true,
},
timeout_ms = 1000, -- default format timeout
},
servers = {
"ruff",
"lua_ls",
},
},
}