Skip to content
#

Neovim

neovim logo

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

mgax
mgax commented Jun 7, 2022

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

enhancement good first issue
clason
clason commented Apr 18, 2022

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

enhancement good first issue
DiogoDoreto
DiogoDoreto commented Dec 31, 2021

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
enhancement help wanted good first issue

Created by Thiago de Arruda

Released January 31, 2014

Latest release 2 months ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim