mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
add some docs
This commit is contained in:
parent
0586bed5ad
commit
bfa329a456
2 changed files with 31 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue