mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
Add support for mappings
This commit is contained in:
parent
7122ccd208
commit
0586bed5ad
7 changed files with 142 additions and 14 deletions
|
@ -37,6 +37,8 @@
|
|||
|
||||
options.number = true;
|
||||
|
||||
maps.normalVisualOp."ç" = ":";
|
||||
|
||||
plugins.airline = {
|
||||
enable = true;
|
||||
powerline = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue