tests: fix failing test because of unknown option

tests failed because lsp.servers.odin was unknown,
the option was named lsp.servers.ols, so fixed this

Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
This commit is contained in:
Tilman Andre Mix 2023-12-22 00:34:48 +01:00 committed by Gaétan Lepage
parent 9ab350de7d
commit 18124f5eeb

View file

@ -113,7 +113,7 @@
metals.enable = true;
nil_ls.enable = true;
nixd.enable = true;
odin.enable = true;
ols.enable = true;
omnisharp.enable = true;
perlpls.enable = true;
pest_ls.enable = true;