remove pattern
This commit is contained in:
parent
a11caa4c50
commit
c543778332
1 changed files with 0 additions and 1 deletions
|
|
@ -18,6 +18,5 @@ end
|
|||
|
||||
-- run after leaving insert mode
|
||||
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
|
||||
pattern = { "*.md", "*.txt" },
|
||||
callback = split_sentences_paragraph
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue