mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
No need for nvim-miniyank
Block paste issue fixed in https://github.com/neovim/neovim/pull/14848.
This commit is contained in:
parent
0de6932a7b
commit
2115591394
@ -219,10 +219,6 @@ if g:is_win || g:is_mac
|
|||||||
let g:yoinkSyncSystemClipboardOnFocus = 1
|
let g:yoinkSyncSystemClipboardOnFocus = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
""""""""""""""""""""""""""""nvim-minipyank settings"""""""""""""""""""""""""
|
|
||||||
nmap p <Plug>(miniyank-autoput)
|
|
||||||
nmap P <Plug>(miniyank-autoPut)
|
|
||||||
|
|
||||||
""""""""""""""""""""""""""""better-escape.vim settings"""""""""""""""""""""""""
|
""""""""""""""""""""""""""""better-escape.vim settings"""""""""""""""""""""""""
|
||||||
let g:better_escape_interval = 200
|
let g:better_escape_interval = 200
|
||||||
|
|
||||||
|
|||||||
@ -132,8 +132,6 @@ require('packer').startup(
|
|||||||
use 'svermeulen/vim-yoink'
|
use 'svermeulen/vim-yoink'
|
||||||
end
|
end
|
||||||
|
|
||||||
use 'bfredl/nvim-miniyank'
|
|
||||||
|
|
||||||
-- Handy unix command inside Vim (Rename, Move etc.)
|
-- Handy unix command inside Vim (Rename, Move etc.)
|
||||||
use 'tpope/vim-eunuch'
|
use 'tpope/vim-eunuch'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user