nixvim: rename options to opts

This commit is contained in:
Jordan Holt 2025-03-16 16:19:49 +00:00
parent 964b75c6ae
commit 1121e2d602
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -10,7 +10,7 @@
viAlias = true;
vimAlias = true;
options = {
opts = {
number = true;
tabstop = 2;
shiftwidth = 2;