revamp flake
This commit is contained in:
parent
433967847a
commit
251932e6c0
82 changed files with 444 additions and 2406 deletions
23
conf.d/astronvim/plugins/astrolsp.lua
Normal file
23
conf.d/astronvim/plugins/astrolsp.lua
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---@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",
|
||||
"pyright",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue