summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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)