This website requires JavaScript.
Explore
Help
Sign In
thallada
/
neovim-config
Watch
1
Star
0
Fork
0
You've already forked neovim-config
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d0b94849e2
neovim-config
/
lua
/
plugins
/
indent-blankline-nvim.lua
7 lines
82 B
Lua
Raw
Normal View
History
Unescape
Escape
Fix indent-blankline-nvim after breaking change
2023-12-01 20:26:02 +00:00
require
(
"
ibl
"
)
.
setup
(
{
scope
=
{
show_start
=
false
,
show_end
=
false
,
}
}
)
Reference in New Issue
Copy Permalink