vimPlugins.nvim-vtsls: init at 2025-04-27 (#404942)

authored by Gaétan Lepage and committed by GitHub 7e622fcc e5ea2e22

+21
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 11323 11323 meta.hydraPlatforms = [ ]; 11324 11324 }; 11325 11325 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 + 11326 11339 nvim-whichkey-setup-lua = buildVimPlugin { 11327 11340 pname = "nvim-whichkey-setup.lua"; 11328 11341 version = "2021-04-16";
+7
pkgs/applications/editors/vim/plugins/overrides.nix
··· 120 120 websocat, 121 121 # luau-lsp-nvim dependencies 122 122 luau-lsp, 123 + # nvim-vstsl dependencies 124 + vtsls, 123 125 }: 124 126 self: super: 125 127 let ··· 2589 2591 nvim-unception = super.nvim-unception.overrideAttrs { 2590 2592 # Attempt rpc socket connection 2591 2593 nvimSkipModules = "client.client"; 2594 + }; 2595 + 2596 + nvim-vtsls = super.nvim-vtsls.overrideAttrs { 2597 + runtimeDeps = [ vtsls ]; 2598 + dependencies = [ self.nvim-lspconfig ]; 2592 2599 }; 2593 2600 2594 2601 nvzone-menu = super.nvzone-menu.overrideAttrs {
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 869 869 https://github.com/kevinhwang91/nvim-ufo/,HEAD, 870 870 https://github.com/samjwill/nvim-unception/,HEAD, 871 871 https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD, 872 + https://github.com/yioneko/nvim-vtsls/,HEAD, 872 873 https://github.com/AckslD/nvim-whichkey-setup.lua/,, 873 874 https://github.com/s1n7ax/nvim-window-picker/,HEAD, 874 875 https://github.com/roxma/nvim-yarp/,,