From 024d0020cd57a01e669bae58952f2845e6ecb46f Mon Sep 17 00:00:00 2001 From: Niverton Date: Wed, 20 Mar 2024 14:55:13 +0100 Subject: [PATCH] feat(lsp): enable format on save --- lua/plugins/20-lsp.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lua/plugins/20-lsp.lua b/lua/plugins/20-lsp.lua index 778b94d..2764ea5 100644 --- a/lua/plugins/20-lsp.lua +++ b/lua/plugins/20-lsp.lua @@ -3,16 +3,6 @@ return { "AstroNvim/astrolsp", ---@type AstroLSPOpts 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 = { n = { gh = {