some minor code cleanup

This commit is contained in:
Dennis Frieberg 2025-06-06 19:04:57 +02:00
parent 5c203e5a95
commit 72e53eea4f
Signed by: nerf
GPG key ID: 7C58AFED036072C5
3 changed files with 17 additions and 8 deletions

View file

@ -62,7 +62,7 @@
});
in
pkgs.kakoune.override {
plugins = with pkgs.kakounePlugins; [fzf-kak kak-lsp config];
plugins = with pkgs.kakounePlugins; [fzf-kak kakoune-lsp config];
};
in
pkgs.mkShell {