From 78b87b06a1767def67938a4848f1ee04b0ec843e Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 11 Mar 2023 22:09:44 +0100 Subject: [PATCH] chore: remove lspconfig setting from neoconf.json --- .neoconf.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.neoconf.json b/.neoconf.json index c486e55..a7f2723 100644 --- a/.neoconf.json +++ b/.neoconf.json @@ -16,9 +16,4 @@ } } }, - "lspconfig": { - "lua_ls": { - "Lua.completion.callSnippet": "Replace" - } - } }