From 82e0f37eb30e16b8c57ecb1b9e239b5fd75ed6f7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 10 Feb 2024 20:14:49 -0600 Subject: refactor(plugins): name changes and restructures --- lua/plugins/lspconfig.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lua/plugins/lspconfig.lua') diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 8023bdc..27ad7b7 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -122,6 +122,11 @@ return { }) -- At the end, add GDscript support, which is only supported by lspconfig itself - lspconfig.gdscript.setup({ capabilities = capabilities }) + lspconfig.gdscript.setup({ + capabilities = capabilities, + on_attach = on_attach, + -- Need a better setup, this is for wsl -> win setup, but the ip will change dynamically + -- cmd = { 'nc', '172.30.112.1', '6005' }, + }) end, } -- cgit v1.2.3-54-g00ecf