add some docs

This commit is contained in:
Pedro Alves 2021-01-05 16:24:40 +00:00
parent 0586bed5ad
commit bfa329a456
2 changed files with 31 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{...}:
{ pkgs, ... }:
{
programs.nixvim = {
# This just enables NixVim.
@ -18,8 +18,7 @@
leader = ",";
# We can create maps for every mode!
# There is .normal, .insert, .visual and .operator
# These are aliased to .n, .i, .v and .o
# There is .normal, .insert, .visual, .operator, etc!
# We can also set options:
options = {