Skip to content

Commit 7e622fc

Browse files
authored
vimPlugins.nvim-vtsls: init at 2025-04-27 (#404942)
2 parents e5ea2e2 + f810f8b commit 7e622fc

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11323,6 +11323,19 @@ final: prev: {
1132311323
meta.hydraPlatforms = [ ];
1132411324
};
1132511325

11326+
nvim-vtsls = buildVimPlugin {
11327+
pname = "nvim-vtsls";
11328+
version = "2025-04-27";
11329+
src = fetchFromGitHub {
11330+
owner = "yioneko";
11331+
repo = "nvim-vtsls";
11332+
rev = "60b493e641d3674c030c660cabe7a2a3f7a914be";
11333+
sha256 = "00qj7b70afpgxmb6ml4knjwdwcn29yk8mvsb575b6ww9zsxh34il";
11334+
};
11335+
meta.homepage = "https://github.com/yioneko/nvim-vtsls/";
11336+
meta.hydraPlatforms = [ ];
11337+
};
11338+
1132611339
nvim-whichkey-setup-lua = buildVimPlugin {
1132711340
pname = "nvim-whichkey-setup.lua";
1132811341
version = "2021-04-16";

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
websocat,
121121
# luau-lsp-nvim dependencies
122122
luau-lsp,
123+
# nvim-vstsl dependencies
124+
vtsls,
123125
}:
124126
self: super:
125127
let
@@ -2591,6 +2593,11 @@ in
25912593
nvimSkipModules = "client.client";
25922594
};
25932595

2596+
nvim-vtsls = super.nvim-vtsls.overrideAttrs {
2597+
runtimeDeps = [ vtsls ];
2598+
dependencies = [ self.nvim-lspconfig ];
2599+
};
2600+
25942601
nvzone-menu = super.nvzone-menu.overrideAttrs {
25952602
checkInputs = with self; [
25962603
# Optional integrations

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ https://github.com/joosepalviste/nvim-ts-context-commentstring/,,
869869
https://github.com/kevinhwang91/nvim-ufo/,HEAD,
870870
https://github.com/samjwill/nvim-unception/,HEAD,
871871
https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD,
872+
https://github.com/yioneko/nvim-vtsls/,HEAD,
872873
https://github.com/AckslD/nvim-whichkey-setup.lua/,,
873874
https://github.com/s1n7ax/nvim-window-picker/,HEAD,
874875
https://github.com/roxma/nvim-yarp/,,

0 commit comments

Comments
 (0)