added vim sleuth and changed workspace keybinds

also cleaned up some uneccesary inputs
This commit is contained in:
Gabriella Bere 2025-06-03 20:33:16 +01:00
parent 85567863ce
commit d965253061
4 changed files with 12 additions and 7 deletions

View file

@ -1,5 +1,4 @@
{
config,
pkgs,
...
}:
@ -22,6 +21,7 @@
enable = true;
};
globals.mapleader = " ";
utility.sleuth.enable = true;
languages = {
enableDAP = true;
enableExtraDiagnostics = true;