mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 17:15:58 +01:00
feat: disable useSystemClipboard by default
This commit is contained in:
parent
42b952dc1b
commit
391f18ce29
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ with builtins; {
|
|||
|
||||
useSystemClipboard = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description = "Make use of the clipboard for default yank and paste operations. Don't use * and +";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue