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
+2
View File
@@ -128,6 +128,8 @@ function P.on_attach(_, bufnr)
})
vim.opt.updatetime = 300
require("lsp-inlayhints").on_attach(client, bufnr)
end
function P.reload_server_buf(name)