chore: nix flake update

This commit is contained in:
Michael Mandl 2023-10-05 08:07:15 +02:00
parent 4bdc608068
commit d86f00a7bf
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 10 additions and 11 deletions

View file

@ -1,6 +1,5 @@
require("indent_blankline").setup {
char = "",
buftype_exclude = { "terminal", "help", "nofile" },
filetype_exclude = { 'help', 'packer' },
show_trailing_blankline_indent = false
require("ibl").setup {
indent = {
char = "",
},
}