about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-28 16:35:25 +0200
committerGitHub <noreply@github.com>2024-06-28 16:35:25 +0200
commitbd68adb684c87a419775cefa0f4171be0947e60a (patch)
treee61dc3b2142d1a5703af7e192a4c9814b520c099 /pkgs/applications/editors
parent77442ec334c6046ba243d600d81b6f58fe7d5801 (diff)
parent495e75660212de52b95246f070aaffcde35aa999 (diff)
Merge pull request #323107 from GaetanLepage/otter
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 = ''