package publish

This commit is contained in:
Vanessa McHale 2017-12-23 16:24:07 -06:00
parent 4a9dace62f
commit 47240ada3c
2 changed files with 9 additions and 4 deletions

View file

@ -28,3 +28,10 @@ When set to 1, the current buffer will be formatted every time it is
written to. >
let g:ats_autoformat='1'
<
*ClearATS*
If you would like to bind a key to clear error messages use something
like the following in your .vimrc: >
au BufNewFile,BufRead *.*ats nmap <Leader>h <Plug>Clear
<