From d612990dca44c8f1bf2cf259ed7e1fe40144f682 Mon Sep 17 00:00:00 2001 From: Harry Hauer Date: Mon, 2 Jun 2025 14:54:57 +0200 Subject: [PATCH] moved stuff around --- config/keys.nix | 9 +++++++++ config/plugins.nix | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/config/keys.nix b/config/keys.nix index 2b78cf8..cb174b7 100644 --- a/config/keys.nix +++ b/config/keys.nix @@ -37,6 +37,15 @@ desc = "Sort buffer tabs by name"; }; } + + { + mode = "n"; + action = "LazyGit"; + key = "gg"; + options = { + desc = "Open lazygit"; + }; + } ]; plugins.fzf-lua.keymaps = { diff --git a/config/plugins.nix b/config/plugins.nix index ed1c67a..61cb37a 100644 --- a/config/plugins.nix +++ b/config/plugins.nix @@ -20,6 +20,9 @@ }; nil_ls.enable = true; marksman.enable = true; + clangd = { + enable = true; + }; }; }; @@ -96,6 +99,9 @@ which-key = { enable = true; }; + + lazygit.enable = true; }; + }