neo2005/config/plugins/default.nix
Barna Máté 09ebce4613 Added activity watch
- added code companion
- added neogen for annotations
- remapped trouble keybinds
- some other stuff idk
2024-12-15 09:31:17 +01:00

17 lines
159 B
Nix

{ pkgs, ... }: {
imports = [
./ai
./aw
./lang
./lsp
./telescope
./ui
];
# Persistence
plugins.persistence.enable = true;
}