disable autoclose for norg
This commit is contained in:
parent
a409554f1a
commit
3080f6957b
@ -15,7 +15,7 @@ local config = {
|
|||||||
["`"] = { escape = true, close = true, pair = "``", disabled_filetypes = {} },
|
["`"] = { escape = true, close = true, pair = "``", disabled_filetypes = {} },
|
||||||
},
|
},
|
||||||
options = {
|
options = {
|
||||||
disabled_filetypes = { "text", "markdown" },
|
disabled_filetypes = { "text", "markdown", "norg" },
|
||||||
disable_when_touch = false,
|
disable_when_touch = false,
|
||||||
pair_spaces = false,
|
pair_spaces = false,
|
||||||
auto_indent = true,
|
auto_indent = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user