aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim/plgs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/vim-tex/default.nix2
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;