mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 10:17:46 +02:00
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:
parent
49cc04114e
commit
f42793623d
@ -1,18 +1,6 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
let
|
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 {
|
tailwindcss-colors-nvim = with pkgs.vimUtils; buildVimPlugin {
|
||||||
pname = "tailwindcss-colors-nvim";
|
pname = "tailwindcss-colors-nvim";
|
||||||
version = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
|
version = "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b";
|
||||||
@ -633,7 +621,7 @@ in
|
|||||||
neoformat
|
neoformat
|
||||||
bufdelete-nvim
|
bufdelete-nvim
|
||||||
vim-crystal
|
vim-crystal
|
||||||
vim-nix-rummik
|
vim-nix
|
||||||
fcitx-vim
|
fcitx-vim
|
||||||
vim-astro
|
vim-astro
|
||||||
vim-svelte
|
vim-svelte
|
||||||
|
Loading…
x
Reference in New Issue
Block a user