nixvim config update
This commit is contained in:
parent
8926441e62
commit
b4846ce36c
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -243,8 +243,10 @@
|
||||||
};
|
};
|
||||||
nixvim = {
|
nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
vimdiffAlias = true;
|
||||||
clipboard.providers.wl-copy.enable = true;
|
clipboard.providers.wl-copy.enable = true;
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
globals.maplocalleader = " ";
|
globals.maplocalleader = " ";
|
||||||
|
|
Loading…
Reference in a new issue