new: Added inlay-hints.nvim
This commit is contained in:
parent
fedd0af100
commit
df9e4ba1c0
1 changed files with 10 additions and 1 deletions
|
@ -69,8 +69,17 @@ require("lazy").setup(
|
|||
"ibhagwan/fzf-lua",
|
||||
"karb94/neoscroll.nvim",
|
||||
"hiphish/rainbow-delimiters.nvim",
|
||||
"linrongbin16/lsp-progress.nvim",
|
||||
"fei6409/log-highlight.nvim",
|
||||
{
|
||||
"linrongbin16/lsp-progress.nvim",
|
||||
event = "LspAttach",
|
||||
},
|
||||
{
|
||||
"felpafel/inlay-hint.nvim",
|
||||
tag = "v1.0.0",
|
||||
event = "LspAttach",
|
||||
config = true,
|
||||
}
|
||||
},
|
||||
{
|
||||
lockfile = vim.fn.stdpath("config") .. "/config/lazy-lock.json",
|
||||
|
|
Loading…
Reference in a new issue