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:
parent
f13985c007
commit
950a4edc9d
@ -1,3 +1,3 @@
|
||||
local inlay = require('inlay-hints').setup({
|
||||
only_current_line = false,
|
||||
only_current_line = true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user