diff options
author | Chris <[email protected]> | 2020-09-17 12:21:41 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-17 12:21:41 -0400 |
commit | 8d8b68fe08535e391ebf8cf06c10779e67797411 (patch) | |
tree | 4aa98e06d885768afe977053c8201de576c96e5c /plug-config | |
parent | 5c1f705354a82e3202cd35983a0f9e3e49c51b60 (diff) |
added highlighted yank for vscode
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/highlightyank.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plug-config/highlightyank.vim b/plug-config/highlightyank.vim new file mode 100644 index 00000000..9a4a4b0a --- /dev/null +++ b/plug-config/highlightyank.vim @@ -0,0 +1 @@ +let g:highlightedyank_highlight_duration = 500 |