Skip to content

Klafyvel/nvim-smuggler

Repository files navigation

NVim-Smuggler

Well, listen up, folks! REPLSmuggler.jl just slipped into your cozy REPL like a shadow in the night.

Demo | Features | Installation | Configuration | Documentation | Acknowledgements | License | LuaRocks

Neo-Vim companion plugin for REPLSmuggler.jl. Send code to your Julia REPL, and get Neo-Vim diagnostics in return.

Warning

NeoVim 0.10 or later is required.

Demo

asciicast

Installation

Using rocks.nvim:

:Rocks install nvim-smuggler

Using Lazy:

return {
  "klafyvel/nvim-smuggler",
  config=true,
  dependencies = { "nvim-neotest/nvim-nio" },
}

Configuration and Documentation

See :help smuggler.

Acknowledgements

  • vim-slime by jpalardy inspired the design for sending code to the REPL from a buffer,
  • nvim-nio is used for all asynchronous stuff in the plugin.

License

NVim-Smuggler is available under the MIT license.

About

Send code to your Julia REPL, get diagnostics in return.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages