aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/nv/nvim/plgs/lsp (unfollow)
Commit message (Collapse)Author
2026-03-19modules/nvim/plgs/lsp/openscad: Specify the autoCmd correctlyBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp/zls: EnableBenedikt Peetz
2026-03-19modules/nvim/plgs/lsp: Migrate completely to build-in nvim lsp configBenedikt Peetz
2025-09-02treewide: Remove `with pkgs;`Benedikt Peetz
This is an antipattern and makes grepping for specific packages harder.
2025-06-06modules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz
This was unused since it's addition.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-11-23fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz
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.
2024-11-23fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz