Rename command to GodotStartEditorServer as its more descriptive

This commit is contained in:
mathijs-bakker
2025-09-07 10:39:31 +02:00
parent de9d2df9a4
commit 821acda5ca

View File

@@ -13,7 +13,7 @@ local function start_editor_server(pipe)
end
-- User command
vim.api.nvim_create_user_command("GodotEditorServer", function(opts)
vim.api.nvim_create_user_command("GodotStartEditorServer", function(opts)
start_editor_server(opts.args ~= "" and opts.args or nil)
end, {
nargs = "?",