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,368 public repositories matching this topic...

j4qfrost
j4qfrost commented Apr 2, 2020

I want to preemptively start this thread to survey for suggestions. A cursory search lead me to this promising repository https://github.com/enigo-rs/enigo

Since closing the window is a common point of failure, that will be the focus for the first pass of testing as I learn how to use the library.

Components for testing:

  • bridge
  • editor
  • renderer
  • settings
  • wind
enhancement help wanted good first issue
danjenson
danjenson commented Sep 22, 2021

Is it possible to create a default search_dirs option? For instance, I would like all the current functionality to remain the same, i.e. starting the current directory or w/e, but after that, populate a file list from a custom directory, i.e. /data. In other words, I would like /data to always be searched after the current directory.

I could only get this to partially work with commands l

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 about 1 month ago

Repository
neovim/neovim
Website
neovim.io
Wikipedia
Wikipedia

Related Topics

neovim-configuration neovim-dotfiles neovim-plugin nvimrc vim