Add wayland clipboard support
This commit is contained in:
parent
25a3f1afc0
commit
cc59e82ad0
2
.vimrc
2
.vimrc
@ -4,6 +4,7 @@
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
" Essentials
|
" Essentials
|
||||||
|
Plug 'jasonccox/vim-wayland-clipboard'
|
||||||
Plug 'tpope/vim-sensible' " Sensible defaults
|
Plug 'tpope/vim-sensible' " Sensible defaults
|
||||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||||
Plug 'junegunn/vim-easy-align'
|
Plug 'junegunn/vim-easy-align'
|
||||||
@ -201,3 +202,4 @@ function! s:check_back_space() abort
|
|||||||
let col = col('.') - 1
|
let col = col('.') - 1
|
||||||
return !col || getline('.')[col - 1] =~# '\s'
|
return !col || getline('.')[col - 1] =~# '\s'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user