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 | |
| parent | 0de6932a7b84001389c2be9d57fd9a2c6e47bf3d (diff) | |
No need for nvim-miniyank
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
| -rw-r--r-- | core/plugins.vim | 4 | ||||
| -rw-r--r-- | lua/plugins.lua | 2 |
2 files changed, 0 insertions, 6 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 diff --git a/lua/plugins.lua b/lua/plugins.lua index 1c6c045..01947bf 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -132,8 +132,6 @@ require('packer').startup( use 'svermeulen/vim-yoink' end - use 'bfredl/nvim-miniyank' - -- Handy unix command inside Vim (Rename, Move etc.) use 'tpope/vim-eunuch' |
