{"id":22340900,"url":"https://github.com/ingram1107/aedile.nvim","last_synced_at":"2025-06-11T15:32:50.778Z","repository":{"id":155132958,"uuid":"346720461","full_name":"ingram1107/aedile.nvim","owner":"ingram1107","description":"A Neovim plugin that open REPL in a split window according to the current buffer filetype","archived":false,"fork":false,"pushed_at":"2023-04-18T23:27:43.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:28:59.140Z","etag":null,"topics":["lua","neovim","nvim","nvim-plugin","repl"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ingram1107.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":"2021-03-11T13:59:48.000Z","updated_at":"2021-12-01T15:47:25.000Z","dependencies_parsed_at":"2023-05-14T13:30:56.992Z","dependency_job_id":null,"html_url":"https://github.com/ingram1107/aedile.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ingram1107/aedile.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingram1107%2Faedile.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingram1107%2Faedile.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingram1107%2Faedile.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingram1107%2Faedile.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ingram1107","download_url":"https://codeload.github.com/ingram1107/aedile.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingram1107%2Faedile.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259289381,"owners_count":22834930,"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":["lua","neovim","nvim","nvim-plugin","repl"],"created_at":"2024-12-04T07:42:14.145Z","updated_at":"2025-06-11T15:32:50.736Z","avatar_url":"https://github.com/ingram1107.png","language":"Lua","readme":"# aedile.nvim\n\nA Neovim plugin that open REPL in a split window according to the current buffer filetype\n\n# Requirement\n\nNeovim 0.5+\n\n# Installation\n\nVim-plug\n\n```viml\nPlug 'ingram1107/aedile.nvim'\n```\n\npacker\n\n```lua\nuse 'ingram1107/aedile.nvim'\n```\n\n# Usage\n\n```lua\n-- CONFIGURATION\nrequire('aedile').setup {\n  -- assign repl to a filetype\n  repl           = {\n    -- filetype = repl\n    'lua'       = 'luajit',\n    'python'    = 'ipython',\n  },\n\n  -- use 'vertical' split\n  split_method   = 'vertical',\n\n  -- mapping for repl buf\n  scrollup_map   = '\u003cc-[\u003e',\n  scrolldown_map = '\u003cc-]\u003e',\n}\n\n-- KEYMAP\nvim.api.nvim_set_keymap('n', '\u003cleader\u003err', '\u003ccmd\u003elua require(\"aedile\").toggle_repl()\u003ccr\u003e')\nvim.api.nvim_set_keymap('n', '\u003cleader\u003erc', '\u003ccmd\u003elua require(\"aedile\").terminate_repl()\u003ccr\u003e')\n```\n\n# Check out these awesome plugins too\n- [vim-slime](https://github.com/jpalardy/vim-slime)\n- [vim-sexp](https://github.com/guns/vim-sexp)\n\n# Todo\n- [X] documentation\n- [X] toggle REPL instead of open and close it\n- [ ] create split window without moving the cursor\n- [X] able to specify the window split method\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingram1107%2Faedile.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fingram1107%2Faedile.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingram1107%2Faedile.nvim/lists"}