Files
nixos-dotfiles/modules/coding/editor/neovim/nvim/lua/plugins/indent-blankline.lua
imxyy_soope_ 53e15c2324 chore(nvim): a lot
format, fix nvim-tree startup, update telescope, drop unused plugins
2025-06-14 19:47:08 +08:00

15 lines
158 B
Lua

M = {
enabled = true,
indent = {
tab_char = "",
},
scope = {
enabled = true,
show_start = false,
},
}
vim.opt.list = true
return M