Make inlay hints cover whole document instead of just on the currently selected line.
This commit is contained in:
parent
44f0129aa8
commit
a72fc7cf40
@ -1,3 +1,3 @@
|
||||
local inlay = require('inlay-hints').setup({
|
||||
only_current_line = true,
|
||||
only_current_line = false,
|
||||
})
|
Loading…
Reference in New Issue
Block a user