about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim (follow)
Commit message (Collapse)AuthorAge
* modules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz27 hours
| | | | | | | | This makes it possible, to use the `options.desc` field to add a which-key description. I also used this chance to unify the `cmp` related key mappings in one file.
* modules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz27 hours
|
* modules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz3 days
| | | | | | | This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
* modules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz3 days
| | | | These snippets were never used.
* modules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz3 days
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz8 days
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* modules/nvim/plgs/treesitter: Migrate to new nixvim dependency managementBenedikt Peetz11 days
|
* modules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz2025-04-09
|
* modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz2025-04-09
|
* modules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz2025-04-09
|
* style(treewide): FormatBenedikt Peetz2025-04-04
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz2025-04-04
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* fix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz2025-03-29
| | | | This is not used much, and I can wait until it is in nixpkgs.
* fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz2025-03-29
|
* fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz2025-02-02
|
* fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz2025-01-30
|
* refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz2024-12-14
|
* fix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz2024-11-24
| | | | Thus, all dos files will magically change to Linux ones.
* fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz2024-11-23
| | | | | | The attrs in `lsp.servers` seem to be taken literally and as such do not support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus moving the `lib.mkIf` calls to the parent attrs should fix it.
* fix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz2024-11-23
| | | | The neorg filetype is named `norg` not `neorg`.
* fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz2024-11-23
|
* fix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz2024-11-23
|
* refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz2024-11-23
|
* fix(modules/nvim/options): Use shell binary, not only directoryBenedikt Peetz2024-11-09
|
* fix(modules/nvim/plgs/neorg): Reactivate the calendar moduleBenedikt Peetz2024-11-09
| | | | `nvim` has by now reached version 0.10.0 in nixpkgs.
* fix(modules/nvim/plgs/neorg): Use updated versionBenedikt Peetz2024-11-09
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09