aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-10-11 17:19:22 +0200
committerKarel Kočí <cynerd@email.cz>2021-10-11 17:19:22 +0200
commitb20162bc7503d4b91604748b5b5dbd96dce0ef5c (patch)
treef38de20b9f135d8ab5381d6195bf9592c0c15153 /vimrc
parent9a902662fc4a7afda2a1f3000f9ec07b2e0c3c79 (diff)
downloadmyconfigs-b20162bc7503d4b91604748b5b5dbd96dce0ef5c.tar.gz
myconfigs-b20162bc7503d4b91604748b5b5dbd96dce0ef5c.tar.bz2
myconfigs-b20162bc7503d4b91604748b5b5dbd96dce0ef5c.zip
sway: some more investigation to using sway
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 1256990..3378284 100644
--- a/vimrc
+++ b/vimrc
@@ -14,6 +14,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Plugin 'VundleVim/Vundle.vim'
+Plugin 'jasonccox/vim-wayland-clipboard'
" Visual
Plugin 'itchyny/lightline.vim'
Plugin 'nathanaelkane/vim-indent-guides'