Pattern for StripWhitespace except on Markdown doesn't work
This commit is contained in:
parent
328dd37cf1
commit
43a32e61d5
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
local group = vim.api.nvim_create_augroup("configgroup", { clear = true })
|
||||
-- Run StripWhitespaceOnChangedLines on write
|
||||
vim.api.nvim_create_autocmd("BufWritePre", {
|
||||
pattern = "!.md",
|
||||
command = "StripWhitespaceOnChangedLines",
|
||||
group = group
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue