Revert "neovim: Replace vim-nix-rummik with treesitter"

treesitter actually broke syntax highlighting for things like yaml, so I
prefer the rummik branch for now.
This commit is contained in:
Donovan Glover 2024-01-17 21:08:02 -05:00
parent bb3792d748
commit e2d69c199d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,6 +1,18 @@
{ pkgs, config, ... }:
let
vim-nix-rummik = with pkgs.vimUtils; buildVimPlugin {
pname = "vim-nix";
version = "0def8020f152a51c011a707680780dac61a8989a";
src = pkgs.fetchFromGitHub {
owner = "rummik";
repo = "vim-nix";
rev = "0def8020f152a51c011a707680780dac61a8989a";
hash = "sha256-Q+Jx6/MgeE2hsd/a6FqfXpAOaRcNymZW6t75hYCcH4E=";
};
};
tailwindcss-colors-nvim = with pkgs.vimUtils; buildVimPlugin {
pname = "tailwindcss-colors-nvim";
version = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
@ -593,7 +605,7 @@ in
neoformat
bufdelete-nvim
vim-crystal
vim-nix
vim-nix-rummik
fcitx-vim
vim-astro
vim-svelte