diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-18 18:50:19 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-18 18:54:14 +0100 |
| commit | 2215dbfa350fad76765c348d4710aab05de719c2 (patch) | |
| tree | cf6c22bf0ea6226510174233de5bf718a8441037 /modules/by-name/nv/nvim/plgs/vim-tex/default.nix | |
| parent | modules/adb: Remove deprecated `programs.adb` (diff) | |
| download | nixos-config-2215dbfa350fad76765c348d4710aab05de719c2.zip | |
modules/nvim: Update to the newest tree-sitter version
This includes quite a big collection of breaking changes, and as I can't have the same plugin twice in the `buildEnv` scope, some plugins (e.g. neorg and femacro) needed to be deactivated.
Diffstat (limited to 'modules/by-name/nv/nvim/plgs/vim-tex/default.nix')
| -rw-r--r-- | modules/by-name/nv/nvim/plgs/vim-tex/default.nix | 5 |
1 files changed, 3 insertions, 2 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 9ee657c3..71422f94 100644 --- a/modules/by-name/nv/nvim/plgs/vim-tex/default.nix +++ b/modules/by-name/nv/nvim/plgs/vim-tex/default.nix @@ -14,11 +14,12 @@ }: let cfg = config.soispha.programs.nvim; in { - home-manager.users.soispha.programs.nixvim = lib.mkIf cfg.enable { + # TODO: Do I still need this module at all? <2026-01-18> + home-manager.users.soispha.programs.nixvim = lib.mkIf false { opts.conceallevel = 0; plugins.vimtex = { - enable = false; + enable = true; settings = { view_method = "zathura"; quickfix_mode = -1; |
