Switch to Astrov4
This commit is contained in:
18
lua/plugins/20-lsp.lua
Normal file
18
lua/plugins/20-lsp.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
"AstroNvim/astrolsp",
|
||||
---@type AstroLSPOpts
|
||||
opts = {
|
||||
features = {
|
||||
autoformat = false,
|
||||
inlay_hints = true,
|
||||
},
|
||||
formatting = {
|
||||
format_on_save = {
|
||||
enabled = false,
|
||||
},
|
||||
timeout_ms = 1000,
|
||||
},
|
||||
-- mappings to be set up on attaching of a language server
|
||||
mappings = {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user