Skip to content

Commit

Permalink
feat(lua_ls): configure default lua_ls inlay hint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 15, 2024
1 parent 2c86da7 commit 91ead22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/lazyvim/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ return {
completion = {
callSnippet = "Replace",
},
doc = {
privateName = { "^_" },
},
hint = {
enable = true,
setType = false,
paramType = true,
paramName = "Disable",
semicolon = "Disable",
arrayIndex = "Disable",
},
},
},
},
Expand Down

0 comments on commit 91ead22

Please sign in to comment.