Made some small changes

This commit is contained in:
2025-01-05 11:52:31 +01:00
parent ba64b6c31e
commit 8b31f5f547
11 changed files with 91 additions and 68 deletions

View File

@@ -10,10 +10,10 @@ if not vim.loop.fs_stat(lazypath) then
end ---@diagnostic disable-next-line: undefined-field
vim.opt.rtp:prepend(lazypath)
local gdproject = io.open(vim.fn.getcwd() .. "/project.godot", "r")
if gdproject then
io.close(gdproject)
vim.fn.serverstart("./godothost")
end
--local gdproject = io.open(vim.fn.getcwd() .. "/project.godot", "r")
--if gdproject then
-- io.close(gdproject)
-- vim.fn.serverstart("./godothost")
--end
-- vim: ts=2 sts=2 sw=2 et