commit | 447445a957769bea68e33c048afd28034f197368 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Sep 05 11:05:54 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Sep 05 11:05:54 2022 +0100 |
tree | 8cc1e56be4841637202423fca85efd91bc877685 | |
parent | 55f84557f29eff104e6aef25f4b99571d1776d89 [diff] |
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]; +}