vimPlugins.faust-nvim: init at 2022-06-01 (#383070)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user