Set neovim clipboard register to system

This commit is contained in:
2024-01-13 20:55:34 -05:00
parent 7a728e893b
commit 1df53e9d00
+3
View File
@@ -16,6 +16,9 @@ set shiftwidth=4
set expandtab
autocmd FileType go,html,php,css set noexpandtab
" set default clipboard register to system clipboard
set clipboard=unnamedplus
" enable visually indented text wrapping
set wrap
set breakindent