diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index aacd40cc52ed..837b66b77dd8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -4496,6 +4496,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + faust-nvim = buildVimPlugin { + pname = "faust-nvim"; + version = "2022-06-01"; + src = fetchFromGitHub { + owner = "madskjeldgaard"; + repo = "faust-nvim"; + rev = "d6e8b1658233df74ac8dc1dc84a3f7568dc00586"; + sha256 = "0zf8zfc6baxd93w5iyhldcda5izb5ldrxb0wkcxqkp95azsc871w"; + }; + meta.homepage = "https://github.com/madskjeldgaard/faust-nvim/"; + meta.hydraPlatforms = [ ]; + }; + fcitx-vim = buildVimPlugin { pname = "fcitx.vim"; version = "2024-04-21"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index dca05fc8405e..2bd78cecc1f1 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1099,6 +1099,17 @@ in dependencies = [ self.nui-nvim ]; }; + faust-nvim = super.faust-nvim.overrideAttrs { + dependencies = with self; [ + luasnip + nvim-fzf + ]; + nvimSkipModule = [ + # E5108: Error executing lua vim/_init_packages.lua:0: ...in-faust-nvim-2022-06-01/lua/faust-nvim/autosnippets.lua:3: '=' expected near 'wd' + "faust-nvim.autosnippets" + ]; + }; + fcitx-vim = super.fcitx-vim.overrideAttrs { passthru.python3Dependencies = ps: with ps; [ dbus-python ]; meta = { diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index ca4e3f7122cc..7a9502155352 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -344,6 +344,7 @@ https://github.com/brooth/far.vim/,, https://github.com/Chaitanyabsprip/fastaction.nvim/,HEAD, https://github.com/pteroctopus/faster.nvim/,HEAD, https://github.com/konfekt/fastfold/,, +https://github.com/madskjeldgaard/faust-nvim/,HEAD, https://github.com/lilydjwg/fcitx.vim/,fcitx5, https://github.com/bakpakin/fennel.vim/,, https://github.com/wincent/ferret/,,