From 2e01bdc86cedbd03a2d47820a2420ebc0416e21b Mon Sep 17 00:00:00 2001 From: yavko Date: Thu, 10 Aug 2023 18:51:00 +0300 Subject: [PATCH] fix(spell): make dirtytalk plugin actually exist --- lib/types/plugins.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index 18ad20c..03251de 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -91,6 +91,7 @@ with lib; let "nvim-navbuddy" "copilot-cmp" "lsp-lines" + "vim-dirtytalk" ]; # You can either use the name of the plugin or a package. pluginType = with types;