Barna Máté
09ebce4613
- added code companion - added neogen for annotations - remapped trouble keybinds - some other stuff idk
17 lines
159 B
Nix
17 lines
159 B
Nix
{ pkgs, ... }: {
|
|
|
|
imports = [
|
|
./ai
|
|
./aw
|
|
./lang
|
|
./lsp
|
|
./telescope
|
|
./ui
|
|
];
|
|
|
|
# Persistence
|
|
plugins.persistence.enable = true;
|
|
|
|
|
|
}
|