Switch to Astrov4

This commit is contained in:
2023-12-09 23:30:29 +01:00
parent 3b1035fd35
commit 5f86dedac9
29 changed files with 328 additions and 300 deletions

18
lua/plugins/20-lsp.lua Normal file
View 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 = {},
},
}