global/vim: set Xorg clipboard as default

This commit is contained in:
Infinidoge 2024-03-06 23:36:31 -05:00
parent 2c31323753
commit 07a81c54f3
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -18,5 +18,8 @@
tabstop = 4;
shiftwidth = 4;
};
extraConfig = ''
set clipboard=unnamedplus,unnamed
'';
};
}