Skip to content

Commit 5f15206

Browse files
committed
vimPlugins.luau-lsp-nvim: add luau-lsp to runtimeDeps
1 parent 3ac1230 commit 5f15206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
# typst-preview dependencies
119119
tinymist,
120120
websocat,
121+
# luau-lsp-nvim dependencies
122+
luau-lsp,
121123
}:
122124
self: super:
123125
let
@@ -1690,9 +1692,7 @@ in
16901692

16911693
luau-lsp-nvim = super.luau-lsp-nvim.overrideAttrs {
16921694
dependencies = [ self.plenary-nvim ];
1693-
1694-
# TODO: add luau-lsp to nixpkgs (#395892)
1695-
# runtimeDeps = [ luau-lsp ];
1695+
runtimeDeps = [ luau-lsp ];
16961696
};
16971697

16981698
magma-nvim = super.magma-nvim.overrideAttrs {

0 commit comments

Comments
 (0)