Commit graph

33 commits

Author SHA1 Message Date
Gaetan Lepage
cb0e3a7e40 plugins/efmls-configs: add new formatter kdlfmt to unpackaged 2024-11-30 17:37:42 +01:00
Gaetan Lepage
5f0b33710a tests/{efmls-configs,none-ls}: re-enable phpstan test 2024-11-20 23:08:31 +01:00
Gaetan Lepage
7defce3863 tests/{efmls-configs,lsp-servers}: re-enable psalm test 2024-11-20 23:07:45 +01:00
Gaetan Lepage
e1417016df tests/{lsp-servers,efmls-configs}: disable psalm
https://github.com/NixOS/nixpkgs/pull/356704
2024-11-18 09:07:32 +00:00
Gaetan Lepage
8b77198d49 tests/{none-ls,efmls-configs}: disable phpstan
https://github.com/NixOS/nixpkgs/pull/356691
2024-11-18 09:07:32 +00:00
Gaetan Lepage
fefb588c7f Revert "tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux"
This reverts commit 38dd5b07a0.
2024-11-06 08:09:50 +01:00
Gaetan Lepage
38dd5b07a0 tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux 2024-11-04 10:46:02 +01:00
Gaetan Lepage
e3733a2f27 tests: disable tests impacted by clj-kondo being broken on x86_64-darwin 2024-11-03 16:04:20 +01:00
Austin Horstman
6a8124ca7b
tests/efmls-configs: add unpackaged 2024-10-18 20:36:11 -05:00
Austin Horstman
429f2e8d1a
plugins/lsp/efmls-configs: enable lua_format on x86 darwin 2024-10-15 13:12:13 -05:00
Austin Horstman
296bb568ee
plugins/lsp/efmls-configs: enable php tests again on darwin 2024-10-15 13:08:38 -05:00
Austin Horstman
49f7d73de5
plugins/lsp/efmls-configs: disable dmd
Broken package atm
2024-10-15 12:55:59 -05:00
Austin Horstman
90a4e3d88b
tests/lsp/efmls: re-enable cpplint 2024-10-01 23:33:09 -05:00
Austin Horstman
52984eaa0f
tests/lsp/efmls: disable php on darwin
Broken dependency on darwin
2024-10-01 23:16:50 -05:00
Matt Sturgeon
7886be8760
lib/types: flip maybeRaw's merge function
`maybeRaw` should prioritise merging `rawLua` before the other type
2024-09-29 16:57:15 +01:00
Matt Sturgeon
2f49c76a6a
lib: remove nixvimTypes alias 2024-09-27 08:31:07 +01:00
Austin Horstman
da1a10d0f3
plugins/efmls: use efmLangServerPackage option 2024-09-14 19:23:53 -05:00
Austin Horstman
5143afeebc
tests/efmls: disable swift 2024-09-13 10:08:08 -05:00
Matt Sturgeon
087f70cb0a
tests: remove special case for efmls-configs 2024-08-22 15:27:56 +01:00
Gaetan Lepage
8024b044d6 tests/plugins/efmls: disable dmd test on x86_64-darwin
https://github.com/NixOS/nixpkgs/pull/331373
2024-07-31 22:36:07 +02:00
Gaetan Lepage
94bea519de tests/efmls-configs: update test excludes 2024-07-14 00:06:08 +02:00
Gaetan Lepage
56aaef010a tests: remove tests depending on anslible-lint for darwin 2024-05-24 00:04:27 +02:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Gaetan Lepage
f1cb9f0746 tests: disable tests using broken pkgs.clj-kondo 2024-03-27 13:32:06 +01:00
Gaetan Lepage
8b500ef1db tests: temporarily disable test for swift_format on aarch64 2024-03-11 19:24:14 +01:00
Gaetan Lepage
c22e21f84d tests/efmls-configs: update 'unpackaged' list 2024-01-22 13:41:54 +01:00
Gaetan Lepage
5281e7957f tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (broken) 2024-01-05 00:05:28 +01:00
Gaetan Lepage
4c0a067afb tests/{none-ls,efmls-configs}: disable cbfmt, latexindent and chktex on darwin (broken) 2024-01-05 00:05:28 +01:00
traxys
af41ea2d80
helpers: move rawType to helpers.nixvimTypes (#871)
This is done in preparation of adding new (lua) types to help the
documentation.
2024-01-01 23:33:53 +01:00
Gaetan Lepage
04b0f2ae61 plugins/efmls-configs: add missing tools from allToolPkgs 2023-12-13 14:32:16 +01:00
Gaetan Lepage
3cb12cd964 plugins/lsp/efmls-configs: respect tool packages availability 2023-11-21 14:41:18 +01:00
traxys
1b44fe37a1
tests: Install all efmls-configs tools (#709)
This requires to pass the efmls-configs file to the derivation helpers,
if we try to import it from the test file directly it fails.

We then look into the types to find the available languages &
corresponding tools, to enable them all.

We then filter out the broken tools or the unpackaged tools, in order to
detect more easily the introduction of future tools.
2023-11-17 12:17:13 +01:00
traxys
4cd3707e00
plugin/efmls-configs: init + tests (#542) 2023-08-27 20:49:23 +02:00