diff --git a/config/neovim/lua/opdavies/snippets/ft/nix.lua b/config/neovim/lua/opdavies/snippets/ft/nix.lua
index 0df27b66..1ef44d5c 100644
--- a/config/neovim/lua/opdavies/snippets/ft/nix.lua
+++ b/config/neovim/lua/opdavies/snippets/ft/nix.lua
@@ -16,7 +16,7 @@ local M = {
       '';
     }<>
     ]],
-    { c(1, { t "vimPlugin", t "customVim" }), i(2), i(3), i(0) }
+    { c(1, { t "vimPlugins", t "customVim" }), i(2), i(3), i(0) }
   ),
 }