Add commentary to allow more easily commenting out
diff --git a/modules/neovim/commentary/default.nix b/modules/neovim/commentary/default.nix
new file mode 100644
index 0000000..f3d2a4d
--- /dev/null
+++ b/modules/neovim/commentary/default.nix
@@ -0,0 +1,3 @@
+{pkgs, ...}: {
+  programs.neovim.plugins = [pkgs.vimPlugins.vim-commentary];
+}