mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +01:00
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:
parent
bb3792d748
commit
e2d69c199d
@ -1,6 +1,18 @@
|
|||||||
{ 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";
|
||||||
@ -593,7 +605,7 @@ in
|
|||||||
neoformat
|
neoformat
|
||||||
bufdelete-nvim
|
bufdelete-nvim
|
||||||
vim-crystal
|
vim-crystal
|
||||||
vim-nix
|
vim-nix-rummik
|
||||||
fcitx-vim
|
fcitx-vim
|
||||||
vim-astro
|
vim-astro
|
||||||
vim-svelte
|
vim-svelte
|
||||||
|
Loading…
Reference in New Issue
Block a user