refactor(nvim): disable indent blankline in org

This commit is contained in:
Price Hiller 2023-11-04 15:58:02 -05:00
parent aceeffc329
commit 5e3c02a7cb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -30,7 +30,8 @@ return {
"NeogitHelpPopup", "NeogitHelpPopup",
"NeogitPopup", "NeogitPopup",
"NeogitLogView", "NeogitLogView",
"norg" "norg",
"org"
} }
}, },
indent = { indent = {