-
### Feature description
I can see how the related machinery behind `nvim_buf_add_highlight` can be vastly generalised to something like this:
We attach arbitrary tree-like information to sourc…
-
### Problem
There's no clean way (that I can find) to determine the gui front end. Looking for a way to determine the client, like in a `UIEnter` handler. Would use the info now so the client name c…
-
### Description
I'd like to write a derivation that exposes, say, the neovim configured by the home-manager module system (without actually using home-manager to manage my home directory).
In pr…
-
`PackerUpdate` and `PackerSync` cause the Packer window to freeze when running within iTerm 2 on MacOS. It's unclear if the operation behind the UI completed successfully and the UI just crashed/froze…
-
Hello everybody.
I'm a baker that has a lot of hopes on Oni2. Sorry if this is not the proper place to share an oppinio, but it's the closes place that is not a chat that I found.
After many tries N…
-
I follow the instructions wrote in the wiki and build it on my own machine, the output in the terminal seems ok
except the warnings but I believe it's because the system version is too new
…
-
Both @badosu & @hkupty gave good feedback on our VimL settings [here](https://github.com/onivim/oni/pull/915#issuecomment-345285924) and [here](https://github.com/onivim/oni/issues/929#issuecomment-34…
-
This is a request for comments for my project [Neoclip](https://github.com/matveyt/neoclip).
As we all know, Neovim had dropped all system-specific code to access clipboard. While it was a flexible…
-
VsCode has the ability to horizonatally split an editor window. When you execute `code --diff file1 file2` both files are opened side by side in a single editor window with a single header tab. A simi…
-
I'm new to neovim, so I'm sorry if this has already been brought up.
Instead of using stdin/stdout to send commands to a GUI, could neovim instead use sockets? From what I gather, one of the main goa…