Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
68791c87ed661e3a527e1ed30e588589c2e48208
/
.
/
modules
/
neovim
/
commentary
/
default.nix
blob: f3d2a4dbfc9613b6882cbc442dba5ed4887a65d8 [
file
] [
log
] [
blame
]
{
pkgs
,
...}:
{
programs
.
neovim
.
plugins
=
[
pkgs
.
vimPlugins
.
vim
-
commentary
];
}