Unverified Commit dde21924 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.quarto-nvim: add dependencies (#354634)

parents df207422 66bb24d7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2261,6 +2261,16 @@ in
    dependencies = with self; [ telescope-nvim ];
  };

  quarto-nvim = super.quarto-nvim.overrideAttrs {
    dependencies = with self; [
      nvim-lspconfig
      otter-nvim
    ];

    nvimRequireCheck = "quarto";
    doInstallCheck = true;
  };

  telescope-zoxide = super.telescope-zoxide.overrideAttrs {
    dependencies = with self; [ telescope-nvim ];