disable autoclose for norg

This commit is contained in:
Lord Of Nougate 2023-09-05 20:41:22 +02:00
parent a409554f1a
commit 3080f6957b

View File

@ -15,7 +15,7 @@ local config = {
["`"] = { escape = true, close = true, pair = "``", disabled_filetypes = {} },
},
options = {
disabled_filetypes = { "text", "markdown" },
disabled_filetypes = { "text", "markdown", "norg" },
disable_when_touch = false,
pair_spaces = false,
auto_indent = true,