Skip to content

Commit

Permalink
feat(lua): enable settings for inlay hints out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jan 22, 2024
1 parent 18fe848 commit fc42bbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/astrocommunity/pack/lua/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
return {
{
"AstroNvim/astrolsp",
opts = {
config = {
lua_ls = { settings = { Lua = { hint = { enable = true, arrayIndex = "Disable" } } } },
},
},
},
{
"nvim-treesitter/nvim-treesitter",
optional = true,
Expand Down

0 comments on commit fc42bbe

Please sign in to comment.