This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
171e5b2464
nixos-config
/
home-manager
/
neovim
/
indent-blankline.lua
6 lines
69 B
Lua
Raw
Normal View
History
Unescape
Escape
chore: nix flake update
2023-10-05 06:07:15 +00:00
require
(
"
ibl
"
)
.
setup
{
indent
=
{
char
=
"
┊
"
,
}
,
refactor(nvim): clean up lua file structure
2022-06-25 14:00:14 +00:00
}