mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
0a09d67979
...
8b7c15df50
Author | SHA1 | Date | |
---|---|---|---|
|
8b7c15df50 | ||
|
4d1703c0fe | ||
|
eb50331c5c |
2 changed files with 2 additions and 4 deletions
|
@ -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',
|
||||
\ }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue