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 /lua | |
| parent | 0de6932a7b84001389c2be9d57fd9a2c6e47bf3d (diff) | |
No need for nvim-miniyank
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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' |
