diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-01 20:29:21 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-01 20:29:21 +0100 |
| commit | 9f16933f2073c29f9fdb2e4d83bd9503f8240c6e (patch) | |
| tree | f2e510f1aea89c7752501931d2431875043d66dd | |
| parent | modules/lf/prev/text: Also preview `application/postscript` as text (diff) | |
| download | nixos-config-prime.zip | |
modules/nvim/plgs/vimtex: Disable prime
The plugin gets more in the way, than it helps.
| -rw-r--r-- | modules/by-name/nv/nvim/plgs/vim-tex/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/nv/nvim/plgs/vim-tex/default.nix b/modules/by-name/nv/nvim/plgs/vim-tex/default.nix index 739b69d9..9ee657c3 100644 --- a/modules/by-name/nv/nvim/plgs/vim-tex/default.nix +++ b/modules/by-name/nv/nvim/plgs/vim-tex/default.nix @@ -18,7 +18,7 @@ in { opts.conceallevel = 0; plugins.vimtex = { - enable = true; + enable = false; settings = { view_method = "zathura"; quickfix_mode = -1; |
