Made some small changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user