{"id":50910902,"url":"https://github.com/nihildigit/fresh-pretty-vim","last_synced_at":"2026-06-16T10:01:23.637Z","repository":{"id":364269006,"uuid":"1267162441","full_name":"NihilDigit/fresh-pretty-vim","owner":"NihilDigit","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-12T10:40:59.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T11:19:52.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NihilDigit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T09:26:56.000Z","updated_at":"2026-06-12T10:41:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NihilDigit/fresh-pretty-vim","commit_stats":null,"previous_names":["nihildigit/fresh-pretty-vim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/NihilDigit/fresh-pretty-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NihilDigit%2Ffresh-pretty-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NihilDigit%2Ffresh-pretty-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NihilDigit%2Ffresh-pretty-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NihilDigit%2Ffresh-pretty-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NihilDigit","download_url":"https://codeload.github.com/NihilDigit/fresh-pretty-vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NihilDigit%2Ffresh-pretty-vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-16T10:01:21.423Z","updated_at":"2026-06-16T10:01:23.611Z","avatar_url":"https://github.com/NihilDigit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fresh-pretty-vim\n\nA compact Fresh setup for single-file editing: Vi mode, Markdown page view, hidden chrome, and a Nerd Font statusline.\n\n## What it changes\n\n- Starts Fresh in Vi mode.\n- Adds arrow-key navigation to normal, operator-pending, visual, visual-line, and visual-block modes.\n- Shows a compact left mode chip: ` NORMAL`, ` INSERT`, ` VISUAL`.\n- Shows one right status segment: language, scroll progress, cursor position, and detected encoding.\n- Hides the scroll progress bar at the top of the file.\n- Opens `:` as a centered Vi command menu with common commands and filtering.\n- Shows Vi command errors such as `:q` on modified buffers in a centered popup.\n- Disables Fresh's cursor-jump trail animation and keeps plugin motion short.\n- Hides the menu bar, tab bar, and vertical scrollbar.\n- Enables Markdown page view and line wrap.\n\n## Files\n\n```text\nplugins/fresh_pretty_vim.ts            # Vi mode + statusline\nplugins/fresh_pretty_vim.i18n.json     # Vi command translations\ntypes/fresh.d.ts                       # Fresh plugin API types for local checking\nconfig/config.json                     # Fresh UI and plugin config\nshell/fish/functions/fe.fish           # Optional fish wrapper, creates missing local files\ninstall.sh                             # Copy files into ~/.config/fresh\nsetup.ps1                              # Copy files into $env:APPDATA\\fresh on Windows\n```\n\n## Quick Setup\n\n### Windows PowerShell\n\n```powershell\ngit clone https://github.com/NihilDigit/fresh-pretty-vim.git\ncd fresh-pretty-vim\npowershell -NoProfile -ExecutionPolicy Bypass -File .\\setup.ps1\n```\n\nThe Windows setup script installs into `$env:APPDATA\\fresh`, which is the config directory reported by `fresh --cmd config paths`. To install somewhere else, set `FRESH_CONFIG_DIR` before running it.\n\n### macOS / Linux\n\n```bash\ngit clone https://github.com/NihilDigit/fresh-pretty-vim.git\ncd fresh-pretty-vim\n./install.sh\n```\n\nBoth installers back up existing target files with a timestamped `.bak` suffix, then copy the plugin and config into the Fresh config directory.\n\nRestart Fresh after installing.\n\n## Optional fish wrapper\n\n```bash\ncp shell/fish/functions/fe.fish ~/.config/fish/functions/fe.fish\n```\n\n`fe missing.md` creates `missing.md` first, then opens it with Fresh. Fresh location syntax also works, for example `fe notes.md:12`.\n\nThe wrapper only skips obvious non-file arguments such as flags, `-`, URLs, and scp-style remote paths. If you pass a plain positional argument that is not meant to be a file, it may still create a local file. Set `FE_CREATE_MISSING=0` to disable automatic creation for one shell session.\n\n## Requirements\n\n- Fresh 0.4.x\n- A Nerd Font in the terminal\n- `file` from the system toolchain, used to detect file encoding for the statusline\n- `marksman`, if you want Markdown LSP support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihildigit%2Ffresh-pretty-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnihildigit%2Ffresh-pretty-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihildigit%2Ffresh-pretty-vim/lists"}