gitextract_lchxmgi1/ ├── .editorconfig ├── .emmyrc.json ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ ├── config.yml │ │ └── feature_request.yml │ ├── dependabot.yml │ ├── pull_request_template.md │ └── workflows/ │ ├── nvim-type-check.yml │ ├── panvimdoc.yml │ ├── pr-title.yml │ ├── rumdl-lint.yml │ ├── stale-bot.yml │ └── stylua.yml ├── .gitignore ├── .harper-dictionary.txt ├── .ignore ├── .luarc.jsonc ├── .rumdl.toml ├── .stylua.toml ├── LICENSE ├── README.md ├── doc/ │ └── nvim-genghis.txt ├── lua/ │ └── genghis/ │ ├── config.lua │ ├── init.lua │ ├── operations/ │ │ ├── copy.lua │ │ ├── file.lua │ │ └── navigation.lua │ └── support/ │ ├── lsp-rename.lua │ ├── move-considering-partition.lua │ └── notify.lua └── plugin/ └── ex-commands.lua