Re-Changed inlay hints to be on the current line. In retrospect they just get in the way if there are on every single line :)

This commit is contained in:
Luke Else 2023-07-28 13:29:26 +01:00
parent f13985c007
commit 950a4edc9d

View File

@ -1,3 +1,3 @@
local inlay = require('inlay-hints').setup({
only_current_line = false,
only_current_line = true,
})