1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/modules/lsp
Matt Sturgeon cb3653a1a8 modules/lsp: select relevant fields in keymaps table
We only use `mode`, `key`, `action`, and `options`; so explicitly
inherit those.

This means we don't serialise attrs that aren't needed at runtime,
such as `lspBufAction`.
2025-09-30 17:01:17 +00:00
..
servers modules/lsp: port packageFallback option from plugins.lsp 2025-09-28 23:07:35 +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