about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-28 10:18:37 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-06-28 10:18:37 +0200
commit495e75660212de52b95246f070aaffcde35aa999 (patch)
treef90be9d8d1ddaf666d40a7f61bf69df51743c706 /pkgs/applications/editors
parent052a39dfa402d5935089338759d7130045dc9625 (diff)
vimPlugins.otter-nvim: add dependencies
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 1eb32501131a8..45eba612a0923 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1229,6 +1229,10 @@
     dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ];
   };
 
+  otter-nvim = super.otter-nvim.overrideAttrs {
+    dependencies = with self; [ nvim-lspconfig nvim-treesitter ];
+  };
+
   overseer-nvim = super.overseer-nvim.overrideAttrs {
     doCheck = true;
     checkPhase = ''