From db5956119316885e0116ebbb77bab9c4d209b15f Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Mar 2024 11:29:50 +0100 Subject: refactor(hm/conf/nvim): Use `opts` instead of `options` The previous name was renamed, as it clashed with the NixOS module system. --- hm/soispha/conf/nvim/options/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/nvim/options') diff --git a/hm/soispha/conf/nvim/options/default.nix b/hm/soispha/conf/nvim/options/default.nix index 67b86dfc..d22bdd8f 100644 --- a/hm/soispha/conf/nvim/options/default.nix +++ b/hm/soispha/conf/nvim/options/default.nix @@ -1,5 +1,5 @@ {nixosConfig, ...}: { - programs.nixvim.options = { + programs.nixvim.opts = { autoindent = true; # copy indent from previous line cindent = true; # use c like indenting rules breakindent = true; # continue indent visually -- cgit 1.4.1