Skip to content

Commit

Permalink
fix(julia): enable inlay hints in the julia language server
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 24, 2024
1 parent 1d9046c commit f4a19c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/astrocommunity/pack/julia/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ return {
julia = {
completionmode = "qualify",
lint = { missingrefs = "none" },
inlayHints = {
static = {
enabled = false,
variableTypes = { enabled = true },
},
},
},
},
},
Expand Down

0 comments on commit f4a19c4

Please sign in to comment.