diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index 626572a..ee6cd71 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -30,6 +30,14 @@ in { enable = true; }; + clipboard = { + enable = true; + + providers = { + wl-copy.enable = true; + }; + }; + lsp = { enable = true; formatOnSave = true;