Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | feat(conf/nvim/plgs/lsp/rust-analyzer): Also include `clippy` lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(conf/nvim/plgs/lsp/servers): Rename to new `nixvim` names | Benedikt Peetz | 2024-10-11 |
| | |||
* | fix(nvim/plgs/telescope): Explicitly enable `web-devicons` | Benedikt Peetz | 2024-09-29 |
| | |||
* | fix(conf/nvim/plgs/harpoon): Use upstream harpoon plugin | Benedikt Peetz | 2024-09-21 |
| | |||
* | fix(conf/nvim/plgs/lualine): Update to new interface | Benedikt Peetz | 2024-09-11 |
| | |||
* | fix(conf/nvim/plgs/ltex_extra): Also enable Swedish spell checking | Benedikt Peetz | 2024-09-01 |
| | |||
* | refactor(home/nvim/plgs/todo-comments): Migrate to RFC42 `settings` key | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(modules/home/nvim/plgs/nvim/neorg): Use stable version | Benedikt Peetz | 2024-08-02 |
| | | | | The unstable version is missing an lua dependency | ||
* | fix(modules): Adopt to flake update | Benedikt Peetz | 2024-07-13 |
| | |||
* | fix(modules/nvim/plgs/vim-tex): Disable the new `tsb` mapping | Benedikt Peetz | 2024-06-19 |
| | | | | This mapping conflicts with my default `t` mapping to go down. | ||
* | fix(modules/nvim): Update to the newest nixVim version | Benedikt Peetz | 2024-06-19 |
| | | | | | This includes replacing the deprecated `lua = true` pattern with a raw lua value and using the new name for `nil_ls`: `nil-ls` | ||
* | fix(modules/home): Use the canonical package name from `by-name` | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(modules/home): Setup as "normal" NixOS module | Benedikt Peetz | 2024-05-23 |