aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-30 20:39:40 -0400
committertdro <tdro@users.noreply.github.com>2021-03-31 00:21:52 -0400
commit98203ff438bfbdf59c1314efa027d9fc6e3e2dea (patch)
tree72619dcfbfb104f6022326ce6972e0563ad75589 /.vimrc
parent98a39bcedb1181392fa012cbae792780efea05bb (diff)
downloaddotfiles-98203ff438bfbdf59c1314efa027d9fc6e3e2dea.tar.gz
dotfiles-98203ff438bfbdf59c1314efa027d9fc6e3e2dea.tar.bz2
dotfiles-98203ff438bfbdf59c1314efa027d9fc6e3e2dea.zip
.config/nixpkgs: Download vale styles directly
Use subversion and remove nix environment dependency.
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.