languages/julia: fix default server name

This commit is contained in:
poz 2025-07-21 12:39:58 +02:00
commit 5a06d835a9
No known key found for this signature in database

View file

@ -12,9 +12,9 @@
inherit (lib.nvim.attrsets) mapListToAttrs;
inherit (lib.nvim.dag) entryBefore;
defaultServers = ["jdtls"];
defaultServers = ["julia"];
servers = {
jdtls = {
julia = {
enable = true;
cmd =
mkLuaInline