diff --git a/roles/neovim/files/init.vim b/roles/neovim/files/init.vim index 82c789d..8655080 100644 --- a/roles/neovim/files/init.vim +++ b/roles/neovim/files/init.vim @@ -37,3 +37,6 @@ colorscheme snazzy " Default term cursor set guicursor= + +" Enable copy to system clipboard +set clipboard+=unnamedplus