diff --git a/users/blake/dots/core/nvf/default.nix b/users/blake/dots/core/nvf/default.nix index c537736..66b06ff 100644 --- a/users/blake/dots/core/nvf/default.nix +++ b/users/blake/dots/core/nvf/default.nix @@ -22,6 +22,10 @@ in { enable = true; settings = { vim = { + clipboard = { + enable = true; + providers.wl-copy.enable = true; + }; globals = { mapleader = " "; maplocalleader = " "; @@ -139,7 +143,7 @@ in { ]; options = { - clipboard = "unnamedplus"; + #clipboard = "unnamedplus"; # line numbers number = true;