about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/options
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-30 11:29:50 +0100
committerSoispha <soispha@vhack.eu>2024-03-30 11:48:20 +0100
commitdb5956119316885e0116ebbb77bab9c4d209b15f (patch)
treeae0c22c84dbd3eae208a7807ee10f9f3b6946392 /hm/soispha/conf/nvim/options
parentfeat(hm/conf/lf/cmd/make_link): Always make relative links (diff)
downloadnixos-config-db5956119316885e0116ebbb77bab9c4d209b15f.zip
refactor(hm/conf/nvim): Use `opts` instead of `options`
The previous name was renamed, as it clashed with the NixOS module
system.
Diffstat (limited to 'hm/soispha/conf/nvim/options')
-rw-r--r--hm/soispha/conf/nvim/options/default.nix2
1 files changed, 1 insertions, 1 deletions
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