plugins/nvim-lsp: add julials language server

This commit is contained in:
Gaetan Lepage 2023-05-30 08:55:50 +02:00 committed by Gaétan Lepage
parent df25456aaa
commit 40ae629a60
2 changed files with 8 additions and 0 deletions

View file

@ -79,6 +79,7 @@
hls.enable = true;
html.enable = true;
jsonls.enable = true;
julials.enable = true;
lua-ls.enable = true;
metals.enable = true;
nil_ls.enable = true;