diff options
author | Soispha <soispha@vhack.eu> | 2024-03-10 17:07:47 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-10 17:07:47 +0100 |
commit | 499ef17535a776c08e09e025eb3de6882288d4b4 (patch) | |
tree | 851495ed547fbfe3795d61b83b030a9a8586a184 /hm/soispha/conf/nvim/plgs/vim-tex | |
parent | style(treewide): Format (diff) | |
download | nixos-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.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 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; |