vimPlugins.luau-lsp-nvim: init at 2025-02-01
This commit is contained in:
@@ -7419,6 +7419,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
luau-lsp-nvim = buildVimPlugin {
|
||||
pname = "luau-lsp.nvim";
|
||||
version = "2025-02-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "lopi-py";
|
||||
repo = "luau-lsp.nvim";
|
||||
rev = "f81c6c713e4598abc484cbeabca918475d176c54";
|
||||
sha256 = "15w51wnyvq8n0xar9az5bxdma0mjcq8lfk4bllarxapzpk84qiz8";
|
||||
};
|
||||
meta.homepage = "https://github.com/lopi-py/luau-lsp.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
lushtags = buildVimPlugin {
|
||||
pname = "lushtags";
|
||||
version = "2017-04-19";
|
||||
|
||||
@@ -1688,6 +1688,13 @@ in
|
||||
checkInputs = [ self.luasnip ];
|
||||
};
|
||||
|
||||
luau-lsp-nvim = super.luau-lsp-nvim.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
|
||||
# TODO: add luau-lsp to nixpkgs (#395892)
|
||||
# runtimeDeps = [ luau-lsp ];
|
||||
};
|
||||
|
||||
magma-nvim = super.magma-nvim.overrideAttrs {
|
||||
passthru.python3Dependencies =
|
||||
ps: with ps; [
|
||||
|
||||
@@ -569,6 +569,7 @@ https://github.com/nvim-java/lua-async/,HEAD,
|
||||
https://github.com/arkav/lualine-lsp-progress/,,
|
||||
https://github.com/evesdropper/luasnip-latex-snippets.nvim/,HEAD,
|
||||
https://github.com/alvarosevilla95/luatab.nvim/,,
|
||||
https://github.com/lopi-py/luau-lsp.nvim/,HEAD,
|
||||
https://github.com/mkasa/lushtags/,,
|
||||
https://github.com/Bilal2453/luvit-meta/,HEAD,
|
||||
https://github.com/dccsillag/magma-nvim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user