nixvim: rename options to opts

This commit is contained in:
2025-03-16 16:19:49 +00:00
parent 964b75c6ae
commit 1121e2d602

View File

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