diff options
author | Soispha <soispha@vhack.eu> | 2024-03-30 11:29:50 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-30 11:48:20 +0100 |
commit | db5956119316885e0116ebbb77bab9c4d209b15f (patch) | |
tree | ae0c22c84dbd3eae208a7807ee10f9f3b6946392 /hm/soispha/conf/nvim/plgs | |
parent | feat(hm/conf/lf/cmd/make_link): Always make relative links (diff) | |
download | nixos-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/plgs')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/vim-tex/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/vim-tex/default.nix b/hm/soispha/conf/nvim/plgs/vim-tex/default.nix index dccc0911..ef7d8cf5 100644 --- a/hm/soispha/conf/nvim/plgs/vim-tex/default.nix +++ b/hm/soispha/conf/nvim/plgs/vim-tex/default.nix @@ -1,6 +1,6 @@ {...}: { programs.nixvim = { - options.conceallevel = 0; + opts.conceallevel = 0; plugins.vimtex = { enable = true; |