mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-21 11:48:36 +01:00
Fixed nixvim options rename to opts trace error
This commit is contained in:
parent
7391a125fc
commit
2867875321
@ -9,7 +9,7 @@ in {
|
|||||||
|
|
||||||
globals.mapleader = " "; # Sets the leader key to space
|
globals.mapleader = " "; # Sets the leader key to space
|
||||||
|
|
||||||
options = {
|
opts = {
|
||||||
clipboard="unnamedplus";
|
clipboard="unnamedplus";
|
||||||
number = true; # Show line numbers
|
number = true; # Show line numbers
|
||||||
relativenumber = true; # Show relative line numbers
|
relativenumber = true; # Show relative line numbers
|
||||||
|
Loading…
Reference in New Issue
Block a user