diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-05-04 14:00:00 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-05-04 14:00:00 -0700 |
| commit | 51f1f8ed69c8106da665cfa46261caf9a6cbd728 (patch) | |
| tree | ab74080949559a3a79c5e02ccd685ae09ab0a471 /autoload/prettier.vim | |
| parent | 866a7ac514ff70ce40476a792db2d979f6b20268 (diff) | |
| download | vim-prettier-51f1f8ed69c8106da665cfa46261caf9a6cbd728.tar.xz | |
Making sure only single job is executed at a time with neovim
Diffstat (limited to 'autoload/prettier.vim')
| -rw-r--r-- | autoload/prettier.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/prettier.vim b/autoload/prettier.vim index 9be30f5..c5e21e5 100644 --- a/autoload/prettier.vim +++ b/autoload/prettier.vim @@ -34,6 +34,7 @@ function! prettier#PrettierCli(user_input) abort endif endfunction +" Allows @format pragma support function! prettier#Autoformat(...) abort let l:curPos = getpos('.') let l:maxLineLookup = 50 |
