1
0
Fork
You've already forked nvim-exec-lua
0
replace nvim --remote-expr
  • Rust 100%
2026年05月25日 10:48:45 -04:00
src error tipográfico 2026年05月25日 10:48:45 -04:00
.gitignore rn nvim_exec_lua on first arg 2023年09月11日 12:58:47 -03:00
Cargo.toml usa mkfifo en vez de escribir a disco 2025年04月11日 15:19:49 -04:00
LICENSE rn nvim_exec_lua on first arg 2023年09月11日 12:58:47 -03:00
README typo 2023年09月11日 14:13:21 -03:00

--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("%"))'