Moved inlay hints to the end of line as opposed to the right of the screen

This commit is contained in:
Luke Else 2023-05-18 11:41:01 +01:00
parent bbdd171b77
commit 3252348954

View File

@ -1,6 +1,3 @@
local inlay = require("inlay-hints").setup({
only_current_line = true,
eol = {
right_align = true,
}
})