Update/Refactor

This commit is contained in:
mathijs-bakker
2025-08-20 17:19:02 +02:00
parent 70fec979b3
commit 64a2d99773
6 changed files with 45 additions and 212 deletions

View File

@@ -1,5 +0,0 @@
if vim.fn.has("nvim-0.9") == 1 then
vim.api.nvim_create_user_command("CheckGodotdev", function()
require("godotdev.health").check()
end, {})
end