Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-01-30 21:44:17 +01:00
commit 89104209e8
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 48 additions and 38 deletions

View file

@ -64,7 +64,7 @@ local on_attach_def = function(client, bufnr)
},
i = {
function()
vim.lsp.inlay_hint(bufnr, nil)
vim.lsp.inlay_hint.enable(bufnr, not vim.lsp.inlay_hint.is_enabled(bufnr))
end,
"LSP inlay hints",
},