neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 3567b7d751754920b3cc05e61c00365539a7fbaa
parent 886efcb8535e77c685f73d62fa9138f59121c241
Author: Yochem van Rosmalen <git@yochem.nl>
Date:   Wed, 11 Feb 2026 12:17:29 +0100

fix: ignore Nvim local config #37805

Problem:
Presumably Neovim contributors use Neovim to write the contributed code.
Chances are that they have some local Neovim-source-specific config, for
example setting the $TEST_FILE and 'makeprg' for files in test/.

Solution:
Ignore it.
Diffstat:
M.gitignore | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -8,6 +8,9 @@ compile_commands.json /.vs/ /.vscode/ /.idea/ +.nvimrc +.exrc +.nvim.lua # Build/deps dir /.zig-cache/