Skip to content

meetmangukiya/soulver-viz.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soulver-viz.nvim

Screenshot

Screenshot

Config

require('soulver-viz').setup({
   live = true, -- whether to enable live execution by default
   path = "~/bin/soulver", -- specifying path is important
});

Usage

Commands:

  • :SoulverVizOn - enable live execution of the soulver files
  • :SoulverVizOff - disable live execution of the soulver files
  • :SoulverViz - execute the current buffer
  • :SoulverVizStatus - shows whether live execution is on, and what is the path of the soulver binary

About

virttext evaluation for soulver files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages