neovim: Use system clipboard

This commit is contained in:
Peter Cai 2022-08-08 22:35:50 -04:00
parent a898b5e555
commit cf88166128

View file

@ -19,6 +19,7 @@ set backupdir=~/.cache/nvim
set cursorline " Highlight current line
set mouse=a " Mouse
set nofixendofline
set clipboard+=unnamedplus " System clipboard
" Default indentation
set softtabstop=4