From 7f79a6ef4be13a4511dfa8a06c9cedb9dcb3c67a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 3 Feb 2024 02:53:32 -0600 Subject: refactor: general formatting --- lua/plugins/lspconfig.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins/lspconfig.lua') diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index d4526f3..8023bdc 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -1,5 +1,5 @@ local servers = { - gopls = { -- just the key for the gopls config + gopls = { -- just the key for the gopls config gopls = { -- settings parameter in lspconfig.setup requires a this table with another "gopls" name completeUnimported = true, usePlaceholders = true, @@ -122,6 +122,6 @@ return { }) -- At the end, add GDscript support, which is only supported by lspconfig itself - lspconfig.gdscript.setup({capabilities = capabilities}) + lspconfig.gdscript.setup({ capabilities = capabilities }) end, } -- cgit v1.2.3-54-g00ecf