feat(nvim): copy text to the system clipboard
This commit is contained in:
parent
18a5b3b627
commit
e7d7d47ae4
|
@ -24,6 +24,7 @@ filetype plugin on
|
|||
|
||||
set autoindent
|
||||
set breakindent
|
||||
set clipboard+=unnamedplus
|
||||
set complete+=kspell
|
||||
set expandtab
|
||||
set foldlevelstart=99 " Start unfolded
|
||||
|
|
Loading…
Reference in a new issue