Skip to content

Commit c8c6c6c

Browse files
committed
fix(julia): add missing julia vs code extension defaults
1 parent 2467e24 commit c8c6c6c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lua/astrocommunity/pack/julia/init.lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ return {
4040
config = {
4141
julials = {
4242
settings = {
43+
-- use the same default settings as the Julia VS Code extension
4344
julia = {
44-
lint = {
45-
missingrefs = "none",
45+
completionmode = "qualify",
46+
lint = { missingrefs = "none" },
47+
inlayHints = {
48+
static = {
49+
enabled = false,
50+
variableTypes = { enabled = true },
51+
},
4652
},
4753
},
4854
},

0 commit comments

Comments
 (0)