mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
languages/julia: fix default server name
This commit is contained in:
parent
e6a154846a
commit
5a06d835a9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue