Added inlay hints to neovim
This commit is contained in:
6
nvim/after/plugin/inlay.lua
Normal file
6
nvim/after/plugin/inlay.lua
Normal file
@ -0,0 +1,6 @@
|
||||
local inlay = require("inlay_hints").setup({
|
||||
only_current_line = true,
|
||||
eol = {
|
||||
right_align = true,
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user