From af0ec3eebdc4cd9aa98702b9ae63459b9b713605 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 19 Jun 2025 19:00:00 +0200 Subject: nixvim: set vimtex view method --- hm/nixvim/config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hm/nixvim') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index c3d613a..e333324 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -192,6 +192,9 @@ pkgs: { }; vimtex = { enable = true; + settings = { + view_method = "zathura"; + }; }; web-devicons = { enable = true; -- cgit 1.4.1