home/nixvim | start keybindings
This commit is contained in:
parent
7f8fe0bb52
commit
8e8035f0cb
1 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,17 @@
|
||||||
programs = {
|
programs = {
|
||||||
ripgrep.enable = true;
|
ripgrep.enable = true;
|
||||||
nixvim = {
|
nixvim = {
|
||||||
|
globals.mapleader = " ";
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
key = "<leader>e";
|
||||||
|
action = ":Neotree<CR>";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>gg";
|
||||||
|
action = ":LazyGit<CR>";
|
||||||
|
}
|
||||||
|
];
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
colorschemes.dracula.enable = true;
|
colorschemes.dracula.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue