Skip to content

Commit

Permalink
fix(plugins): use inlay-hints config to change highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Jan 27, 2023
1 parent fe6cb39 commit 3d87878
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,9 @@ return {
{
"lvimuser/lsp-inlayhints.nvim",
branch = "main", -- or "anticonceal"
config = true,
-- or uncomment line below for user-specific config
-- function()
-- require("plugins.inlay-hints")
-- end,
config = function()
require("plugins.inlay-hints")
end,
},

-- General
Expand Down

0 comments on commit 3d87878

Please sign in to comment.