Files
nixos-dotfiles/modules/coding/editor/neovim/nvim/lua/plugins/indent-blankline.lua
2025-04-13 15:09:14 +08:00

16 lines
157 B
Lua

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