nvim-unception
nvim-unception copied to clipboard
A plugin that leverages Neovim's built-in RPC functionality to simplify opening files from within Neovim's terminal emulator without nesting sessions.
Hi, I recently noticed that quite a few of the plugins I use are polluting the global namespace often without the necessity to do so. I wanted to ask if...
I use the https://github.com/samjwill/nvim-unception/wiki/Setup-with-terminal-toggling-plugins! guide to make my toggle term correctly work with the unception, and to make the behavior just perfect I missed one last detail: **openning toggle term...
I get the following (yes, sorry, it's garbled) output when trying to open a gist via Rawnly/gist.nvim: ```none COMMAND SPELL /tmp/3569585155.aria2-trackers-update 3% :1/29☰ :1 l ugin/main.lua: E5113:...
Remove band-aid - opening a file in unception can cause a segfault in seemingly rare circumstances.
The bug appears very inconsistently, and I've only been able to produce it on Arch Linux. I'm unsure if the error lies within Neovim core, [Lazy](https://github.com/folke/lazy.nvim), unception, or elsewhere. It...
Doing so should unnest a buffer containing the piped text. e.g.) `cat my_file.txt | sed 's/sun/moon/' | nvim`
This would allow you to set unception options on the fly after the server has already launched. One caveat may be the still-to-be-implemented blocking option.
Having the option might be good just in case it's annoying to some people.
In This PR which add some cmd line option parsing capabilities Added: - new config g.unception_multi_file_open_method that will control how successive file will be opened (default still argadd) - cmd...