Merge pull request #295 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-06-23 17:39:29 +00:00 committed by GitHub
commit 8b7c15df50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -18,6 +18,6 @@ let g:coc_user_config['prettier'] = {
\ 'bracketSpacing': v:true,
\ 'jsxBracketSameLine': v:true,
\ 'arrowParens': 'always',
\ 'proseWrap': 'preserve',
\ 'disableSuccessMessage': v:true,
\ 'proseWrap': 'always',
\ }

View file

@ -119,6 +119,4 @@ if command_exists dragon-drag-and-drop && ! command_exists dragon; then
alias dragon='dragon-drag-and-drop'
fi
if gnu_time_path="$(command_locate time)" && [[ -n "$gnu_time_path" ]]; then
alias gtime="${(q)gnu_time_path} -v"
fi
alias gtime="command time -v"