more keybindings!!

This commit is contained in:
chloe 2025-03-12 23:03:04 +01:00
parent 90257dc9a5
commit bb97adbf0e
3 changed files with 30 additions and 0 deletions

View file

@ -4,6 +4,7 @@
pkgs,
...
}:
{
plugins = {
lsp = {
@ -91,5 +92,10 @@
};
lsp-lines.enable = true;
which-key = {
enable = true;
};
};
}