Feat: add hover boxes and diagnostics from lsp

This commit is contained in:
2025-12-29 15:56:51 +00:00
parent 6108f78be3
commit c7068d33d7
31 changed files with 1782 additions and 183 deletions

View File

@@ -13,7 +13,7 @@ local name = "Lua"
print(self)
-- Functions
function greet(user)
local function greet(user)
print("Hello, " .. user)
end