This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
dots
/
nvim
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
nvim
/
lua
/
init-indent-blankline.lua
6 lines
98 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
add indent-blankline
2022-01-22 18:39:44 +00:00
require
(
"
indent_blankline
"
)
.
setup
{
space_char_blankline
=
"
"
,
tidy up
2022-01-22 18:57:44 +00:00
show_current_context
=
true
,
add indent-blankline
2022-01-22 18:39:44 +00:00
}