nvim-unception icon indicating copy to clipboard operation
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.

Results 9 nvim-unception issues
Sort by recently updated
recently updated
newest added

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...

enhancement
blocked

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:...

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...

bug
help wanted
blocked

Doing so should unnest a buffer containing the piped text. e.g.) `cat my_file.txt | sed 's/sun/moon/' | nvim`

enhancement

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.

enhancement

Having the option might be good just in case it's annoying to some people.

enhancement

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...