diff options
-rw-r--r-- | vimrc-full | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -672,7 +672,7 @@ if has("autocmd") | |||
672 | 672 | ||
673 | let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh" | 673 | let @l = ":let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}|:SignifyRefresh" |
674 | 674 | ||
675 | let @r = ":!nvr --servername /tmp/nvimsocket --remote %" | 675 | let @r = ":exe ':!nvr --servername /tmp/nvimsocket --remote % +'.line('.')|:stopinsert|:set readonly" |
676 | 676 | ||
677 | 677 | ||
678 | " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s) | 678 | " exec current line as a command, insert output of command (from: https://youtu.be/MquaityA1SM?t=35m45s) |