luca-awesome-dotfiles/home/.config/nvim/lua/indentation-config/init.lua
2023-02-05 05:02:49 +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 = ""