This commit is contained in:
Tyler White 2026-06-26 21:24:32 -07:00
parent f56deabf9b
commit 1738040c89
2 changed files with 1 additions and 36 deletions

View File

@ -74,7 +74,7 @@ function save_all_and_build()
end end
function save_all_and_buildnrun() function save_all_and_buildnrun()
if job_id then if job_id then
print("Job processing") print("Job processing")
return return
end end

View File

@ -46,41 +46,6 @@ local on_attach = function(client, bufnr)
--TODO: dap.ui.widgets, widgets.sidebar --TODO: dap.ui.widgets, widgets.sidebar
end end
--local lsp_flags = {
-- debounce_text_changes = 150, --wtf is this
--}
--local lspconfig = require('lspconfig');
--lspconfig.zls.setup {
-- on_attach = on_attach,
-- flags = lsp_flags,
--}
--lspconfig.gopls.setup{
-- on_attach = on_attach,
-- flags = lsp_flags,
--}
--lspconfig.clangd.setup{
-- on_attach = on_attach,
-- flags = lsp_flags,
-- handlers = {
-- ["textDocument/publishDiagnostics"] = function(err, result, ctx, config)
-- end
-- }
--}
--lspconfig.rust_analyzer.setup{
-- on_attach = on_attach,
--}
--lspconfig.ols.setup{
-- on_attach = on_attach,
--}
--lspconfig.pylsp.setup{
-- on_attach = on_attach,
-- flags = lsp_flags,
--}
--lspconfig.gdscript.setup{
-- on_attach = on_attach,
-- flags = lsp_flags,
--}
local godot_port = os.getenv 'GDScript_Port' or '6005' local godot_port = os.getenv 'GDScript_Port' or '6005'
local lsps = { local lsps = {