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
This commit is contained in:
Donovan Glover 2024-04-01 15:03:18 -04:00
parent e2e9dde418
commit c33ff6bd5e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -641,6 +641,7 @@ in
emmet-vim
tagbar
yats-vim
rainbow-delimiters-nvim
];
};