about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/vim-tex
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-10 17:07:47 +0100
committerSoispha <soispha@vhack.eu>2024-03-10 17:07:47 +0100
commit499ef17535a776c08e09e025eb3de6882288d4b4 (patch)
tree851495ed547fbfe3795d61b83b030a9a8586a184 /hm/soispha/conf/nvim/plgs/vim-tex
parentstyle(treewide): Format (diff)
downloadnixos-config-499ef17535a776c08e09e025eb3de6882288d4b4.zip
refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr names
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 2fae2106..dccc0911 100644
--- a/hm/soispha/conf/nvim/plgs/vim-tex/default.nix
+++ b/hm/soispha/conf/nvim/plgs/vim-tex/default.nix
@@ -4,7 +4,7 @@
 
     plugins.vimtex = {
       enable = true;
-      extraConfig = {
+      settings = {
         view_method = "zathura";
         quickfix_mode = -1;
         view_enabled = -1;