IMPROVE: Share vim clipboard with system one

This commit is contained in:
Gwendolin Kummer 2022-04-03 11:02:33 +02:00
parent 6c9857587c
commit d63cc436d3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ set spellfile+=~/.config/nvim/spell/en.utf-8.add " Add default spell file
set spellfile+=ignore.utf-8.add " Add ignore file
set splitbelow splitright " Add default split below or right
set colorcolumn=88 " Line length ruler
set clipboard+=unnamedplus
au FileType * set formatoptions-=r formatoptions-=c formatoptions-=o " Disable auto comments