From c964fbf71167b190da72c8d997d67d2ba944c531 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 20 Dec 2024 12:17:20 -0600 Subject: [PATCH] vimPlugins: cleanup typos --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 8a45a0d3c4f1..bacc128d49ad 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2393,7 +2393,7 @@ in playground = super.playground.overrideAttrs { dependencies = with self; [ - # we need the 'query' grammer to make + # we need the 'query' grammar to make (nvim-treesitter.withPlugins (p: [ p.query ])) ]; nvimRequireCheck = "nvim-treesitter-playground"; @@ -3157,7 +3157,7 @@ in dependencies = [ self.vim-maktaba ]; }; - # Due to case-sensitivety issues, the hash differs on Darwin systems, see: + # Due to case-sensitivity issues, the hash differs on Darwin systems, see: # https://github.com/NixOS/nixpkgs/issues/157609 vim-colorschemes = super.vim-colorschemes.overrideAttrs (old: { src = old.src.overrideAttrs (srcOld: {