We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac1230 commit 5f15206Copy full SHA for 5f15206
pkgs/applications/editors/vim/plugins/overrides.nix
@@ -118,6 +118,8 @@
118
# typst-preview dependencies
119
tinymist,
120
websocat,
121
+ # luau-lsp-nvim dependencies
122
+ luau-lsp,
123
}:
124
self: super:
125
let
@@ -1690,9 +1692,7 @@ in
1690
1692
1691
1693
luau-lsp-nvim = super.luau-lsp-nvim.overrideAttrs {
1694
dependencies = [ self.plenary-nvim ];
-
- # TODO: add luau-lsp to nixpkgs (#395892)
1695
- # runtimeDeps = [ luau-lsp ];
+ runtimeDeps = [ luau-lsp ];
1696
};
1697
1698
magma-nvim = super.magma-nvim.overrideAttrs {
0 commit comments