mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +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.attrsets) mapListToAttrs;
|
||||||
inherit (lib.nvim.dag) entryBefore;
|
inherit (lib.nvim.dag) entryBefore;
|
||||||
|
|
||||||
defaultServers = ["jdtls"];
|
defaultServers = ["julia"];
|
||||||
servers = {
|
servers = {
|
||||||
jdtls = {
|
julia = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cmd =
|
cmd =
|
||||||
mkLuaInline
|
mkLuaInline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue