the lsp kinda works but is very buggy and crashes often

This commit is contained in:
2026-05-17 15:37:38 +10:00
parent fe184e1c2a
commit 5817ca36e6
4 changed files with 395 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
local plugin = {}
function plugin.run()
berry.ui.notify("hi lmao")
--berry.ui.notify("hi lmao")
end
return plugin