Fixed nixvim options rename to opts trace error

This commit is contained in:
Tyler Kelley 2024-04-03 16:31:05 -05:00
parent 7391a125fc
commit 2867875321

View File

@ -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