aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index f33bfbe..447d9ce 100644
--- a/.vimrc
+++ b/.vimrc
@@ -287,7 +287,7 @@ augroup AutoCommands
" Linting extension post write commands.
autocmd BufWritePost *.php :call PHPFix()
autocmd BufWritePost *.js :call ESLintFix()
- autocmd BufWritePost *.txt,*.md :only | :term ++rows=10 vale-wrapper %
+ autocmd BufWritePost *.txt,*.md :only | :term ++rows=10 vale %
autocmd BufWritePost *.lit silent exe '!' . expand(g:notify) . ' ' . '"$(lit % 2>&1 && printf ''Literate OK: %'')"'
" Linting file type post write commands.