Skip to content

Use vim/neovim as a front end for Soulver3 the notepad calculator

License

Notifications You must be signed in to change notification settings

Yohannfra/soulver3.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soulver3.vim

soulver3.vim lets you use vim / neovim as a front end to Soulver 3

Demo

demo

Installation

  1. Install Soulver from the official website

  2. Check if you have the CLI binary of Soulver, by default it's at:
    /Applications/Soulver\ 3.app/Contents/MacOS/CLI/soulver

If you don't find there or somewhere on your system follow this guide to install it

  1. Install soulver3.vim with your favorite plugin manager
Plug 'Yohannfra/soulver3.vim'

Config

If your CLI binary of Soulver is not in the default location, you can change it with:

let g:soulver_cli_path = "path/to/your/soulver/cli"

By default g:soulver_update_on_save == 1 you can set it to 0 to not update Soulver view on save with

let g:soulver_update_on_save = 0

Usage

Live mode

  1. Create a file and run :SoulverLiveOn to start Soulver mode
  2. type in all the things you would usually with the regular Soulver app
  3. To end the session type :SoulverLiveOff

Basic mode

  1. Create a file with the .soulver extension and type in all the things you would usually with the regular Soulver app
  2. call :Soulver to show the result of what you wrote or save (with g:soulver_update_on_save==1)

Acknowledgments

Thanks to the Soulver team for providing a CLI :)

About

Use vim/neovim as a front end for Soulver3 the notepad calculator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published