diff --git a/config/home/neovim.nix b/config/home/neovim.nix index 6f7bd30..526c96d 100644 --- a/config/home/neovim.nix +++ b/config/home/neovim.nix @@ -9,7 +9,7 @@ in { globals.mapleader = " "; # Sets the leader key to space - options = { + opts = { clipboard="unnamedplus"; number = true; # Show line numbers relativenumber = true; # Show relative line numbers