nvim-old
This commit is contained in:
parent
dbba54cfd8
commit
6380f390ea
26 changed files with 2704 additions and 0 deletions
8
nvim-old/config/clipboard.vim
Normal file
8
nvim-old/config/clipboard.vim
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"system clipboard on wsl2
|
||||
if system('uname -r') =~ "microsoft"
|
||||
augroup Yank
|
||||
autocmd!
|
||||
autocmd TextYankPost * :call system('/mnt/c/windows/system32/clip.exe ',@")
|
||||
augroup END
|
||||
endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue