mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
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:
parent
9ab350de7d
commit
18124f5eeb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue