Add lsp-inlayhints

This commit is contained in:
2023-09-25 18:32:14 +02:00
parent 506ca61f45
commit b5e10aa443
3 changed files with 30 additions and 0 deletions
+5
View File
@@ -235,6 +235,11 @@ local plugins = {
build = "cd app && npm install",
config = require("plugins.markdown-preview"),
},
{
"lvimuser/lsp-inlayhints.nvim",
branch = "anticonceal",
config = require("plugins.lsp-inlayhints"),
},
}
local opts = {}