This website requires JavaScript.
Explore
Help
Sign In
luke-else
/
.config
Watch
1
Star
0
Fork
0
You've already forked .config
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0d2d954714
.config
/
nvim
/
after
/
plugin
/
inlay.lua
4 lines
78 B
Lua
Raw
Normal View
History
Unescape
Escape
Added status line and additional code cleanup
2023-05-18 12:19:38 +00:00
local
inlay
=
require
(
'
inlay-hints
'
)
.
setup
(
{
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 :)
2023-07-28 12:29:26 +00:00
only_current_line
=
true
,
Make inlay hints cover whole document instead of just on the currently selected line.
2023-07-06 21:20:04 +00:00
}
)
Reference in New Issue
Copy Permalink