1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-19 15:31:13 +01:00
nixvim/modules/lsp
Matt Sturgeon 12a76dd12b modules/lsp/servers: simplify displayName and packageName
Move the `let in` block defining `displayName` and `packageName` up so
it doesn't have to deal with the module arg `name` shadowing `args.name`.

This simplifies the implementation and reduces repetition.
2025-12-15 10:58:28 +00:00
..
servers modules/lsp/servers: simplify displayName and packageName 2025-12-15 10:58:28 +00:00
default.nix modules/lsp: add onAttach option 2025-05-06 14:08:03 +01:00
keymaps.nix modules/lsp: select relevant fields in keymaps table 2025-09-30 17:01:17 +00:00
on-attach.nix modules/lsp/onAttach: fix bufnr and document event arg 2025-05-13 18:45:00 +01:00