diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 06f92e7ca10d..069972b55c15 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index eed2ed3c52c8..80661c30f724 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index a023288461b2..65b55ee08c1b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,