From 1121e2d602915ceb5ee43bcfd31b6f4e4a2cf6b2 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Mar 2025 16:19:49 +0000 Subject: [PATCH] nixvim: rename options to opts --- users/jordan/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/jordan/neovim.nix b/users/jordan/neovim.nix index 18f6267..8cb0f72 100644 --- a/users/jordan/neovim.nix +++ b/users/jordan/neovim.nix @@ -10,7 +10,7 @@ viAlias = true; vimAlias = true; - options = { + opts = { number = true; tabstop = 2; shiftwidth = 2;