From b3f629a30eda77c88fa0112e7e3eba07cc06c042 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Mon, 1 Jul 2024 04:13:04 -0400 Subject: [PATCH] fix(astrolsp): remove old config option --- lua/plugins/astrolsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 7bde432..720b9d3 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -12,7 +12,6 @@ return { opts = { -- Configuration table of features provided by AstroLSP features = { - autoformat = true, -- enable or disable auto formatting on start codelens = true, -- enable/disable codelens refresh on start inlay_hints = false, -- enable/disable inlay hints on start semantic_tokens = true, -- enable/disable semantic token highlighting