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