vimrc: temp-fix wayland clipboard with a plugin
This commit is contained in:
parent
4eee674050
commit
0df0d14e4e
@ -43,6 +43,9 @@ Plug 'vim-airline/vim-airline-themes'
|
|||||||
|
|
||||||
Plug 'ctrlpvim/ctrlp.vim'
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
Plug 'mhinz/vim-startify'
|
Plug 'mhinz/vim-startify'
|
||||||
|
" properly handle wayland clipboard behaviour, at least until
|
||||||
|
" https://github.com/vim/vim/issues/5157 is fixed.
|
||||||
|
Plug 'jasonccox/vim-wayland-clipboard'
|
||||||
" 🌷 Distraction-free writing in Vim
|
" 🌷 Distraction-free writing in Vim
|
||||||
Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
|
Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
|
||||||
Plug 'preservim/nerdcommenter'
|
Plug 'preservim/nerdcommenter'
|
||||||
|
Loading…
Reference in New Issue
Block a user