diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-07 00:28:56 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-07 00:28:56 +0800 |
| commit | 2115591394634a60393d28a0b1738f9007fa84d7 (patch) | |
| tree | 80b11a4bbe6bdc808ca1a5ab84e883e2fc8e4cd4 /core/plugins.vim | |
| parent | 0de6932a7b84001389c2be9d57fd9a2c6e47bf3d (diff) | |
No need for nvim-miniyank
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 04ba955..149ccd0 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -219,10 +219,6 @@ if g:is_win || g:is_mac let g:yoinkSyncSystemClipboardOnFocus = 1 endif -""""""""""""""""""""""""""""nvim-minipyank settings""""""""""""""""""""""""" -nmap p <Plug>(miniyank-autoput) -nmap P <Plug>(miniyank-autoPut) - """"""""""""""""""""""""""""better-escape.vim settings""""""""""""""""""""""""" let g:better_escape_interval = 200 |
