From c33ff6bd5e024494f7cfde81137c7fbe1a1a6d2c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 1 Apr 2024 15:03:18 -0400 Subject: [PATCH] feat(neovim): Add rainbow-delimiters.nvim Rainbow parentheses were traditionally buggy with the plugins I used but nowadays there are newer plugins available that use more flexible technologies like treesitter. See: https://github.com/hiphish/rainbow-delimiters.nvim --- home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/neovim.nix b/home/neovim.nix index d7528df4..0e371126 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -641,6 +641,7 @@ in emmet-vim tagbar yats-vim + rainbow-delimiters-nvim ]; };