vimPlugins.nvim-vtsls: init at 2025-04-27
This commit is contained in:
@@ -11323,6 +11323,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-vtsls = buildVimPlugin {
|
||||
pname = "nvim-vtsls";
|
||||
version = "2025-04-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "yioneko";
|
||||
repo = "nvim-vtsls";
|
||||
rev = "60b493e641d3674c030c660cabe7a2a3f7a914be";
|
||||
sha256 = "00qj7b70afpgxmb6ml4knjwdwcn29yk8mvsb575b6ww9zsxh34il";
|
||||
};
|
||||
meta.homepage = "https://github.com/yioneko/nvim-vtsls/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-whichkey-setup-lua = buildVimPlugin {
|
||||
pname = "nvim-whichkey-setup.lua";
|
||||
version = "2021-04-16";
|
||||
|
||||
@@ -120,6 +120,8 @@
|
||||
websocat,
|
||||
# luau-lsp-nvim dependencies
|
||||
luau-lsp,
|
||||
# nvim-vstsl dependencies
|
||||
vtsls,
|
||||
}:
|
||||
self: super:
|
||||
let
|
||||
@@ -2591,6 +2593,11 @@ in
|
||||
nvimSkipModules = "client.client";
|
||||
};
|
||||
|
||||
nvim-vtsls = super.nvim-vtsls.overrideAttrs {
|
||||
runtimeDeps = [ vtsls ];
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
};
|
||||
|
||||
nvzone-menu = super.nvzone-menu.overrideAttrs {
|
||||
checkInputs = with self; [
|
||||
# Optional integrations
|
||||
|
||||
@@ -869,6 +869,7 @@ https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
|
||||
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
|
||||
https://github.com/samjwill/nvim-unception/,HEAD,
|
||||
https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD,
|
||||
https://github.com/yioneko/nvim-vtsls/,HEAD,
|
||||
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
|
||||
https://github.com/s1n7ax/nvim-window-picker/,HEAD,
|
||||
https://github.com/roxma/nvim-yarp/,,
|
||||
|
||||
Reference in New Issue
Block a user