Compare commits

...

3 commits

Author SHA1 Message Date
pull[bot]
8b7c15df50
Merge pull request #295 from dmitmel/master
[pull] master from dmitmel:master
2021-06-23 17:39:29 +00:00
Dmytro Meleshko
4d1703c0fe Revert "[nvim] enable automatic markdown text wrapping"
This reverts commit 002cb0fca8.
2021-06-23 20:23:42 +03:00
Dmytro Meleshko
eb50331c5c [zsh] simplify the gtime alias 2021-06-23 20:05:27 +03:00
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"