File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " vim-prettier" ,
33 "author" : " Mitermayer Reis <mitermayer.reis@gmail.com>" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.2.2 " ,
55 "description" : " Vim plugin for prettier" ,
66 "license" : " MIT" ,
77 "repository" : {
Original file line number Diff line number Diff line change 55" Name Of File: prettier.vim
66" Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings.
77" Maintainer: Mitermayer Reis <mitermayer.reis at gmail.com>
8- " Version: 0.2.1
8+ " Version: 0.2.2
99" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier
1010"
1111" ==========================================================================================================
@@ -67,7 +67,7 @@ command! -nargs=? -range=% Prettier call prettier#Prettier(g:prettier#exec_cmd_a
6767command ! -nargs =? -range =% PrettierAsync call prettier#Prettier (1 , <line1> , <line2> )
6868
6969" prints vim-prettier version
70- command ! -nargs =? -range =% PrettierVersion echom ' 0.2.1 '
70+ command ! -nargs =? -range =% PrettierVersion echom ' 0.2.2 '
7171
7272" call prettier cli
7373command ! -nargs =? -range =% PrettierCli call prettier#PrettierCli (<q-args> )
You can’t perform that action at this time.
0 commit comments