Skip to content

Commit

Permalink
Merge pull request NotAShelf#136 from jacekpoz/main
Browse files Browse the repository at this point in the history
disable useSystemClipboard by default
  • Loading branch information
NotAShelf authored Sep 22, 2023
2 parents 1dbc316 + 6e6c9b9 commit 30203b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes/rl-0.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ https://github.com/notashelf[notashelf]:
* Added a configuration option for choosing the leader key

* The package used for neovim is now customizable by the user, using <<opt-vim.package>>. For best results, always use an unwrapped package.

https://github.com/jacekpoz[jacekpoz]:

* Fixed scrollOffset not being used

* Updated clangd to 16

* Disabled `useSystemClipboard` by default
2 changes: 1 addition & 1 deletion modules/basic/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 +";
};

Expand Down

0 comments on commit 30203b5

Please sign in to comment.