Barna Máté
09ebce4613
- added code companion - added neogen for annotations - remapped trouble keybinds - some other stuff idk
9 lines
104 B
Nix
9 lines
104 B
Nix
{ pkgs, ... }: {
|
|
|
|
plugins.neogen = {
|
|
enable = true;
|
|
keymaps.generated = "<leader>ag";
|
|
};
|
|
|
|
}
|