luca-awesome-dotfiles/home/.config/nvim/lua/indentation-config/init.lua
2022-11-22 13:25:44 +01:00

8 lines
240 B
Lua

require("indent_blankline").setup({
show_current_context = true,
show_current_context_start = true,
filetype_exclude = { "help", "txt", "norg", "md" },
buftype_exclude = { "terminal", "nofile" },
})
vim.g.indent_blankline_char = ""