feat(lsp): enable format on save

This commit is contained in:
2024-03-20 14:55:13 +01:00
parent 5d28a675d5
commit 024d0020cd

View File

@@ -3,16 +3,6 @@ return {
"AstroNvim/astrolsp", "AstroNvim/astrolsp",
---@type AstroLSPOpts ---@type AstroLSPOpts
opts = { opts = {
features = {
autoformat = false,
inlay_hints = false, -- BUG: upstream https://github.com/neovim/neovim/issues/27645
},
formatting = {
format_on_save = {
enabled = false,
},
timeout_ms = 1000,
},
mappings = { mappings = {
n = { n = {
gh = { gh = {