diff --git a/ftplugin/go.lua b/ftplugin/go.lua index 1473193..e69de29 100644 --- a/ftplugin/go.lua +++ b/ftplugin/go.lua @@ -1 +0,0 @@ -print("Hello from golang file") diff --git a/lua/custom/lsp.lua b/lua/custom/lsp.lua index 00ccedc..8b4dc8b 100644 --- a/lua/custom/lsp.lua +++ b/lua/custom/lsp.lua @@ -124,7 +124,6 @@ end -- autoinstall modules depending on currently installed python version -- NOTE: You must install removed dependencies manually local python_version = get_python_version() -print(python_version) if python_version == nil then python_version = "Python 3.13" end