Skip to content

Commit

Permalink
feat(lsp): add opts as well
Browse files Browse the repository at this point in the history
just in case
  • Loading branch information
realeinherjar committed Sep 20, 2023
1 parent 23442b5 commit 04c1f54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ return {
config = true,
},
},
opts = function(_, opts)
opts.inlay_hints.enabled = true
end,
config = function()
-- IMPORTANT: make sure to setup neodev BEFORE lspconfig
require("neodev").setup()
Expand Down

0 comments on commit 04c1f54

Please sign in to comment.