diff options
author | Silas Schöffel <sils@sils.li> | 2025-06-19 19:00:00 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-06-19 19:04:14 +0200 |
commit | af0ec3eebdc4cd9aa98702b9ae63459b9b713605 (patch) | |
tree | fd2aaa2a737ed9a1fdb15e4c6e6fe77402b1e2fd /hm | |
parent | nixvim: set airline theme (diff) | |
download | nix-config-af0ec3eebdc4cd9aa98702b9ae63459b9b713605.zip |
nixvim: set vimtex view method
Diffstat (limited to 'hm')
-rw-r--r-- | hm/nixvim/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |