Commit graph

13 commits

Author SHA1 Message Date
traxys
8569b5c550
plugins/lsp: use attrsOf anything instead of attrs for extraOptions (#1235)
`attrs` is not merged correctly, this can introduce conflicts with
efmls-configs for example when trying to register `efm` sources not
defined by efmls-configs.
2024-03-09 00:04:05 +01:00
Gaetan Lepage
183eac72a9 plugins/lsp: deprecate installLanguageServer option in favor of setting package = null 2024-02-14 23:49:24 +01:00
Gaetan Lepage
7dbf7f978c plugins: do not import helpers.nix directly 2024-02-11 11:50:35 +01:00
traxys
1d8e7906c9
plugins: Introduce helpers.defaultNullOpts.mkLuaFn (#855)
This allows to avoid calling `mkRaw` on lua functions, as they will get
applied automatically.

This could also help in the future to refactor the use of Lua code to
make it more user-friendly.
2023-12-29 15:24:42 +01:00
Gaetan Lepage
ae3a47674b plugins/lsp: deprecate extraSettings 2023-12-02 19:10:47 +01:00
Gaetan Lepage
c68f2d6270 plugins/lsp: remove unused generic extraPackages behaviour 2023-11-23 15:10:29 +01:00
Gaetan Lepage
19f39c3b1b plugins: swith to the new behaviour of mkRaw 2023-11-23 11:39:41 +01:00
Gaetan Lepage
b6724702b4 misc: refactor imports, prefer adding helpers to args rather than importing it 2023-11-06 16:33:39 +01:00
Gaétan Lepage
51afeda8e5
plugins/nvim-lsp: add rootDir option for language servers (#387) 2023-05-25 18:41:18 +01:00
Gaetan Lepage
21f2e43568 nvim-lsp: add installLanguageServer option for servers 2023-05-22 23:01:32 +02:00
Gaetan Lepage
eee375e97e nvim-lsp: fix package option (null) + test 2023-05-22 11:44:38 +02:00
Gaetan Lepage
2057828096 plugins/lsp-format: add plugin + test 2023-05-12 11:27:24 +02:00
Gaetan Lepage
859ae3a843 plugins/nvim-lsp: internal rename (nvim-lsp -> lsp) 2023-05-12 11:27:24 +02:00
Renamed from plugins/nvim-lsp/helpers.nix (Browse further)