replace
nvim --remote-expr
- Rust 100%
|
|
||
|---|---|---|
| src | error tipográfico | |
| .gitignore | rn nvim_exec_lua on first arg | |
| Cargo.toml | usa mkfifo en vez de escribir a disco | |
| LICENSE | rn nvim_exec_lua on first arg | |
| README | typo | |
--remote-expr is still unstable, so I made this next-to-best-thing-for-a-script of a program
ref https://github.com/neovim/neovim/issues/22970
Build:
# cargo build --release
Usage:
# ./target/release/nvim-exec-lua 'return string.format("hello from buffer %d", vim.fn.bufnr("%"))'