remove pattern

This commit is contained in:
Pagwin 2025-09-25 12:52:36 -04:00
parent a11caa4c50
commit c543778332
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -18,6 +18,5 @@ end
-- run after leaving insert mode
vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
pattern = { "*.md", "*.txt" },
callback = split_sentences_paragraph
})