Rishikesh Vaishnav
Rishikesh Vaishnav
### Language server _No response_ ### Requested feature Currently, `:LspStop` and `:LspRestart` require knowing the specific ID of a client, or running them without arguments applies to *all* clients. It...
This makes the argument `0` mean to stop or restart all clients for the current buffer, which is useful since it would seem common to want to restrict these commands...
Some initial discussion at #1059. Currently the plan is to create a new repo under `nvim-lua` that will be a place to put per-config tests to test basic LSP integration...
Closes #196.
Since testing within neovim is inherently stateful, it would be useful to abort automatically on failure. Arguably this should even be the default.
Proof-of-concept for #289.
Hi there! I've been using this plugin for quite a while (it finally got me off of tmux!), and wanted to ask for your opinion on this idea for a...
Depends on (minor) bug fixes in phaazon/hop.nvim#304. What I've done so far is to map: - `jj` to hop to interactive elements of the infoview - `jd` to use the...
Hey, I've just started using Lean 4 and often get the error: `Client 1 quit with exit code 1 and signal 0` when I start editing. Not sure if it's...
The use case I have in mind is being able to "unfocus" the current pin so you can move around in the source, do hover requests etc. without the info...