{"id":20176308,"url":"https://github.com/wrldspawn/nvim-gmod-luadev","last_synced_at":"2026-05-10T08:38:46.473Z","repository":{"id":262196588,"uuid":"882029166","full_name":"wrldspawn/nvim-gmod-luadev","owner":"wrldspawn","description":"Commands for LuaDev's SocketDev; send code from your editor to the game","archived":false,"fork":false,"pushed_at":"2024-11-01T23:52:48.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:25:32.901Z","etag":null,"topics":["garrys-mod","garrysmod","gmod","neovim","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wrldspawn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-01T18:21:51.000Z","updated_at":"2024-11-03T04:29:20.000Z","dependencies_parsed_at":"2024-11-11T05:41:33.631Z","dependency_job_id":"567da974-190e-42f4-9f1d-0a40160043a6","html_url":"https://github.com/wrldspawn/nvim-gmod-luadev","commit_stats":null,"previous_names":["wrldspawn/nvim-gmod-luadev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrldspawn%2Fnvim-gmod-luadev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrldspawn%2Fnvim-gmod-luadev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrldspawn%2Fnvim-gmod-luadev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wrldspawn%2Fnvim-gmod-luadev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wrldspawn","download_url":"https://codeload.github.com/wrldspawn/nvim-gmod-luadev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610990,"owners_count":19990508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["garrys-mod","garrysmod","gmod","neovim","nvim"],"created_at":"2024-11-14T02:08:26.189Z","updated_at":"2026-05-10T08:38:46.434Z","avatar_url":"https://github.com/wrldspawn.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-gmod-luadev\nCommands for [LuaDev](https://github.com/Metastruct/luadev)'s SocketDev; send code from your editor to the game\n\n## Installation\nAdd `wrldspawn/nvim-gmod-luadev` to your favorite plugin manager and call `require(\"nvim-gmod-luadev\").setup()`.\nA table can be passed to setup, the only option currently is `port` (default `27099`)\n\n### lazy.nvim\n```lua\n{\n    \"wrldspawn/nvim-gmod-luadev\",\n    -- optional, shouldn't need to change the port\n    opts = {\n        port = 27099, -- default\n    },\n    -- lazyload on filetype\n    ft = \"lua\",\n    -- or on command\n    cmd = {\"LuadevSelf\", \"LuadevSv\", \"LuadevCl\", \"LuadevSh\", \"LuadevClient\"},\n    -- setup keybinds (optional)\n    -- NOTE: if you're using a terminal and want to use Ctrl-1 through 5 you will need to bind them to \\e[49;5u through\n    --       \\e[53;5u respectively in your terminal's config, if possible\n    keys = {\n        {\"\u003cC-1\u003e\", \"\u003cCmd\u003eLuadevSelf\u003cCR\u003e\",   desc = \"LuaDev: Run on self\",            mode = \"n\"},\n        {\"\u003cC-2\u003e\", \"\u003cCmd\u003eLuadevSv\u003cCR\u003e\",     desc = \"LuaDev: Run on server\",          mode = \"n\"},\n        {\"\u003cC-3\u003e\", \"\u003cCmd\u003eLuadevCl\u003cCR\u003e\",     desc = \"LuaDev: Run on clients\",         mode = \"n\"},\n        {\"\u003cC-4\u003e\", \"\u003cCmd\u003eLuadevSh\u003cCR\u003e\",     desc = \"LuaDev: Run on shared\",          mode = \"n\"},\n        {\"\u003cC-5\u003e\", \"\u003cCmd\u003eLuadevClient\u003cCR\u003e\", desc = \"LuaDev: Run on specific player\", mode = \"n\"},\n    },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrldspawn%2Fnvim-gmod-luadev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrldspawn%2Fnvim-gmod-luadev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrldspawn%2Fnvim-gmod-luadev/lists"}