{"id":28528908,"url":"https://github.com/yohannfra/soulver3.vim","last_synced_at":"2026-02-22T06:31:48.917Z","repository":{"id":119460297,"uuid":"478706057","full_name":"Yohannfra/soulver3.vim","owner":"Yohannfra","description":"Use vim/neovim as a front end for Soulver3 the notepad calculator","archived":false,"fork":false,"pushed_at":"2022-12-15T23:50:26.000Z","size":559,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T19:56:01.318Z","etag":null,"topics":["macos","neovim","soulver","soulver3","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/Yohannfra.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,"zenodo":null}},"created_at":"2022-04-06T19:51:53.000Z","updated_at":"2024-07-01T06:09:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b1c2c15-a4f7-4a55-a562-4f90d916a085","html_url":"https://github.com/Yohannfra/soulver3.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yohannfra/soulver3.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yohannfra%2Fsoulver3.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yohannfra%2Fsoulver3.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yohannfra%2Fsoulver3.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yohannfra%2Fsoulver3.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yohannfra","download_url":"https://codeload.github.com/Yohannfra/soulver3.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yohannfra%2Fsoulver3.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274933212,"owners_count":25376346,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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":["macos","neovim","soulver","soulver3","vim","vim-plugin"],"created_at":"2025-06-09T13:13:12.493Z","updated_at":"2026-02-22T06:31:43.875Z","avatar_url":"https://github.com/Yohannfra.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soulver3.vim\n\nsoulver3.vim lets you use vim / neovim as a front end to [Soulver 3](https://soulver.app/)\n\n# Demo\n\n![demo](.github/gif_demo_soulver_vim.gif)\n\n\n# Installation\n\n1. Install Soulver from the official [website](https://soulver.app/)\n\n2. Check if you have the CLI binary of Soulver, by default it's at: \\\n**/Applications/Soulver\\ 3.app/Contents/MacOS/CLI/soulver**\n\nIf you don't find there or somewhere on your system follow [this guide to install it](https://documentation.soulver.app/documentation/command-line-tool-automator-and-services)\n\n3. Install **soulver3.vim** with your favorite plugin manager\n\n```vim\nPlug 'Yohannfra/soulver3.vim'\n```\n\n# Config\n\nIf your CLI binary of Soulver is not in the default location, you can change it with:\n```vim\nlet g:soulver_cli_path = \"path/to/your/soulver/cli\"\n```\n\nBy default **g:soulver_update_on_save == 1** you can set it to 0 to not update Soulver view on save with\n```vim\nlet g:soulver_update_on_save = 0\n```\n\n# Usage\n\n### Live mode\n1. Create a file and run **:SoulverLiveOn** to start Soulver mode\n2. type in all the things you would usually with the regular Soulver app\n3. To end the session type **:SoulverLiveOff**\n\n### Basic mode\n1. Create a file with the **.soulver** extension and type in all the things you would usually with the regular Soulver app\n2. call **:Soulver** to show the result of what you wrote or save (with **g:soulver_update_on_save==1**)\n\n# Acknowledgments\n\nThanks to the Soulver team for providing a CLI :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyohannfra%2Fsoulver3.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyohannfra%2Fsoulver3.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyohannfra%2Fsoulver3.vim/lists"}