refactor(nvim): do not use indent blankline in neorg files

This commit is contained in:
Price Hiller 2023-09-15 06:49:44 -05:00
parent 5a2ae65f4d
commit 7266dc2fa8
No known key found for this signature in database

View File

@ -29,6 +29,7 @@ return {
"NeogitHelpPopup",
"NeogitPopup",
"NeogitLogView",
"norg"
}
g.indent_blankline_buftype_exclude = { "terminal", "nofile" }