1
0
forked from extern/nix-config

neovim: Replace vim-nix-rummik with treesitter

This was my attempt at replacing vim-nix-rummik with treesitter. Note
that there was actually a case where inline yaml wasn't highlighted at
all, so I'll probably stick to the tried and true vim-nix-rummik, even
if it has the parentheses bug with lua.
This commit is contained in:
Donovan Glover 2024-01-12 04:29:18 -05:00
parent 49cc04114e
commit f42793623d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,18 +1,6 @@
{ 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";
@ -633,7 +621,7 @@ in
neoformat
bufdelete-nvim
vim-crystal
vim-nix-rummik
vim-nix
fcitx-vim
vim-astro
vim-svelte