vim: add system clipboard support

This commit is contained in:
Guilherme Rugai Freire 2021-08-06 19:05:52 -03:00
parent 220f672406
commit 790726f6ed
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -16,6 +16,7 @@ set guifont=Fira\ Code\ Regular\ 11
:set smarttab
:set softtabstop=4
:set mouse=a
:set clipboard=unnamedplus
call plug#begin()