https://github.com/klafyvel/nvim-smuggler
Send code to your Julia REPL, get diagnostics in return.
https://github.com/klafyvel/nvim-smuggler
julia julia-repl julialang neovim neovim-plugin
Last synced: 3 months ago
JSON representation
Send code to your Julia REPL, get diagnostics in return.
- Host: GitHub
- URL: https://github.com/klafyvel/nvim-smuggler
- Owner: Klafyvel
- License: mit
- Created: 2024-02-16T23:12:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:48:30.000Z (5 months ago)
- Last Synced: 2025-03-24T09:52:57.538Z (3 months ago)
- Topics: julia, julia-repl, julialang, neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 156 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NVim-Smuggler
*Well, listen up, folks! [`REPLSmuggler.jl`](https://github.com/klafyvel/REPLSmuggler.jl) just slipped into your cozy REPL like a shadow in the night.*
[Demo](#Demo) | [Features](#Features) | [Installation](#Installation) | [Configuration](#Configuration) | [Documentation](#Documentation) | [Acknowledgements](#Acknowledgements) | [License](#License) | [](https://luarocks.org/modules/Klafyvel/nvim-smuggler)
Neo-Vim companion plugin for [REPLSmuggler.jl](https://github.com/klafyvel/REPLSmuggler.jl). Send code to your Julia REPL, and get Neo-Vim diagnostics in return.
> [!WARNING]
> NeoVim 0.10 or later is required.## Demo
[](https://asciinema.org/a/W6RTJeVzRL3SvUIHfuauLGDF7)
## Installation
Using rocks.nvim:
```
:Rocks install nvim-smuggler
```Using Lazy:
```lua
return {
"klafyvel/nvim-smuggler",
config=true,
dependencies = { "nvim-neotest/nvim-nio" },
}
```
## Configuration and DocumentationSee [`:help smuggler`](https://github.com/klafyvel/nvim-smuggler/blob/main/doc/smuggler.txt).
## Acknowledgements
- [vim-slime](https://github.com/jpalardy/vim-slime) by jpalardy inspired the design for sending code to the REPL from a buffer,
- [nvim-nio](https://github.com/nvim-neotest/nvim-nio) is used for all asynchronous stuff in the plugin.## License
NVim-Smuggler is available under the [MIT](https://choosealicense.com/licenses/mit/) license.