Unverified Commit a19a1340 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.faust-nvim: init at 2022-06-01 (#383070)

parents c37b5863 36016cf2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+11 −0
Original line number Diff line number Diff line
@@ -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 = {
+1 −0
Original line number Diff line number Diff line
@@ -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/,,