Added inlay hints to neovim

This commit is contained in:
2023-05-18 11:13:24 +01:00
parent 204ffd906a
commit e99496fd2b
2 changed files with 7 additions and 0 deletions

View File

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