Skip to content

Commit f4a19c4

Browse files
committed
fix(julia): enable inlay hints in the julia language server
1 parent 1d9046c commit f4a19c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lua/astrocommunity/pack/julia/init.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ return {
122122
julia = {
123123
completionmode = "qualify",
124124
lint = { missingrefs = "none" },
125-
inlayHints = {
126-
static = {
127-
enabled = false,
128-
variableTypes = { enabled = true },
129-
},
130-
},
131125
},
132126
},
133127
},

0 commit comments

Comments
 (0)