fix(nvim): turn off inlay hints

This commit is contained in:
Stefan Imhoff
2024-06-10 12:06:15 +02:00
parent f7d2e3c21e
commit 163df5a322

View File

@@ -10,6 +10,7 @@ return {
end)
end,
opts = {
inlay_hints = { enabled = false },
servers = {
astro = {},
cssls = {},