neo2005/config/plugins/lsp/neogen.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

9 lines
104 B
Nix

{ pkgs, ... }: {
plugins.neogen = {
enable = true;
keymaps.generated = "<leader>ag";
};
}