nixvim: rename options to opts
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m36s

This commit is contained in:
Jordan Holt 2025-03-16 16:19:49 +00:00
parent e64b4879c0
commit 8b099e335c
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;