Neovim
Neovim is a refactor, and sometimes redactor, in the tradition of Vim. It is not a rewrite but a continuation and extension of Vim. Neovim is built for users who want the good parts of Vim, and more.
Here are 4,512 public repositories matching this topic...
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 19, 2022 - Lua
-
Updated
Jun 20, 2022 - Lua
-
Updated
Jun 20, 2022 - Swift
-
Updated
Jun 9, 2022 - Vim script
-
Updated
Jun 20, 2022
-
Updated
Apr 19, 2022 - Vim script
-
Updated
Jun 21, 2022 - Lua
Currently, the lockfile only contains the commit hash of a parser. This is fine for the most part, but if we switch parsers for a language in parsers.lua, this will not be picked up by :TSUpdate, leading to a broken installation.
Instead, the lockfile should contain the full URL of the parser (repo and branch), and that should be checked (and kept updated via the CI action).
-
Updated
Jun 20, 2022 - TeX
-
Updated
May 1, 2022 - Vim script
-
Updated
Jun 21, 2022 - Lua
Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to R, since r is already mapped to revert).
Hi, I started using the recent feature of displaying "inlay hints" within the source code and it's great too see all that info real quick, but it would be even better if I could toggle its visibility, since it also makes the code a bit cluttered. Unfortunately there's no toggle command, only a key in settings.json file.
My hope would be to be able to do something like this:
nnorem-
Updated
Jun 20, 2022 - Vim script
-
Updated
May 27, 2022 - Vim script
Created by Thiago de Arruda
Released January 31, 2014
Latest release 2 months ago
- Repository
- neovim/neovim
- Website
- neovim.io
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
On MacOS, if Neovide is in the background, and I click on its window, that brings Neovide to foreground and also moves the cursor to where I clicked.
Describe the solution you'd like
On MacOS, it's common for apps to receive focus via mouse click, without the click being interpreted as an interaction with the UI elemen