mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/vimtex: fix VimtexInverseSearch (#217)
This commit is contained in:
parent
abc2d19a06
commit
23bb06c5eb
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ in
|
||||||
globals =
|
globals =
|
||||||
{
|
{
|
||||||
enabled = cfg.enable;
|
enabled = cfg.enable;
|
||||||
|
callback_progpath = "nvim";
|
||||||
}
|
}
|
||||||
// cfg.extraConfig;
|
// cfg.extraConfig;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue