From db5e5c2d7c91e0efbc34999b9824e370aeee5f09 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 13 Jan 2024 08:03:35 -0500 Subject: .vim/vimrc: Bring back raku check --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index cb9b902..7416679 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -291,6 +291,7 @@ augroup AutoCommands " Linting file type post write commands. autocmd FileType markdown autocmd! BufWritePost :only | :term ++rows=10 sh -c "cat % | vale --ext .md" + autocmd FileType raku autocmd! BufWritePost exe 'Notify(''raku -c ' . expand('%') . ' 2>&1'')' | :e autocmd FileType scheme autocmd! BufWritePost exe 'Notify(''guile -s ' . expand('%') . ' 2>&1'')' | :e autocmd FileType css autocmd! BufWritePost exe 'Notify(''prettier --write --parser css ' . expand('%') . ' 2>&1'')' | :e autocmd FileType html autocmd! BufWritePost exe 'Notify(''prettier --write --parser html ' . expand('%') . ' 2>&1'')' | :e -- cgit v1.2.3