summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-06-19 12:27:29 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-06-19 12:27:29 +0200
commit78a597c7d48fa85958bc450b5a5179f32c65b348 (patch)
tree67dcdafb46edb98794193f12df11e5c1710b9cc6 /vimrc
parent76556d8c69988f711e1bf5969c1f2d1f92928274 (diff)
parent82b661813bd623d3ddbcca2d839ba8b3bc3df426 (diff)
downloadvim-78a597c7d48fa85958bc450b5a5179f32c65b348.tar.gz
vim-78a597c7d48fa85958bc450b5a5179f32c65b348.tar.bz2
vim-78a597c7d48fa85958bc450b5a5179f32c65b348.zip
Merge branch 'master' of git:system/configs/vim
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e1ceddc..62ef46b 100644
--- a/vimrc
+++ b/vimrc
@@ -75,6 +75,7 @@ call plug#begin()
Plug 'lervag/vimtex'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'mattn/vim-lsp-settings'
+ Plug 'kana/vim-fakeclip'
call plug#end()
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
@@ -83,3 +84,5 @@ inoremap <expr> <cr> pumvisible() ? asyncomplete#close_popup() : "\<cr>"
let g:lsp_diagnostics_float_cursor = 1
let g:lsp_document_highlight_enabled = 1
+
+let g:fakeclip_provide_clipboard_key_mappings = !empty($WAYLAND_DISPLAY)