Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config function | Benedikt Peetz | 2024-11-02 |
| | |||
* | style(modules/legacy/conf/nvim): Format | Benedikt Peetz | 2024-11-02 |
| | |||
* | feat(modules/legacy/nvim/plgs/luasnippets): Use the git config values | Benedikt Peetz | 2024-10-31 |
| | | | | Using hard-coded values could result in desyncs. | ||
* | feat(modules/legacy/conf/nvim/mappings): Ignore space only deletions | Benedikt Peetz | 2024-10-23 |
| | |||
* | fix(modules/legacy/conf/nvim/mappings): Use the better `<C-Tab>` and ↵ | Benedikt Peetz | 2024-10-23 |
| | | | | | | `<S-C-Tab>` mappings They are now possible, as alacritty has gained support for these. | ||
* | refactor(modules): Move all system modules to `by-name` | Benedikt Peetz | 2024-10-18 |
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules. |