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 = {
|
||||
ripgrep.enable = true;
|
||||
nixvim = {
|
||||
globals.mapleader = " ";
|
||||
keymaps = [
|
||||
{
|
||||
key = "<leader>e";
|
||||
action = ":Neotree<CR>";
|
||||
}
|
||||
{
|
||||
key = "<leader>gg";
|
||||
action = ":LazyGit<CR>";
|
||||
}
|
||||
];
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
colorschemes.dracula.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue