vimPlugins.claude-fzf-nvim: init at 2025-09-05
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -2116,6 +2116,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
claude-fzf-nvim = buildVimPlugin {
|
||||
pname = "claude-fzf.nvim";
|
||||
version = "2025-09-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pittcat";
|
||||
repo = "claude-fzf.nvim";
|
||||
rev = "769eb89d80de0e5247c7393f2cdffa57c5545dd3";
|
||||
sha256 = "1kcg78jpsaiz0j0dpfnp7kvkqi6w530i7z2d1555xn33qx8mnlbi";
|
||||
};
|
||||
meta.homepage = "https://github.com/pittcat/claude-fzf.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
claudecode-nvim = buildVimPlugin {
|
||||
pname = "claudecode.nvim";
|
||||
version = "2025-09-15";
|
||||
|
||||
@@ -401,6 +401,19 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
claude-fzf-nvim = super.claude-fzf-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
claudecode-nvim
|
||||
fzf-lua
|
||||
];
|
||||
# Failed to build help tags!
|
||||
# E670: Mix of help file encodings within a language: doc/claude-fzf-zh.txt
|
||||
# E154: Duplicate tag "claude-fzf-keymaps" in file doc/claude-fzf-en.txt
|
||||
preInstall = ''
|
||||
rm -r doc
|
||||
'';
|
||||
};
|
||||
|
||||
claude-fzf-history-nvim = super.claude-fzf-history-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
fzf-lua
|
||||
|
||||
@@ -161,6 +161,7 @@ https://github.com/zootedb0t/citruszest.nvim/,,
|
||||
https://github.com/xavierd/clang_complete/,,
|
||||
https://github.com/greggh/claude-code.nvim/,HEAD,
|
||||
https://github.com/pittcat/claude-fzf-history.nvim/,HEAD,
|
||||
https://github.com/pittcat/claude-fzf.nvim/,HEAD,
|
||||
https://github.com/coder/claudecode.nvim/,HEAD,
|
||||
https://github.com/rhysd/clever-f.vim/,,
|
||||
https://github.com/bbchung/clighter8/,,
|
||||
|
||||
Reference in New Issue
Block a user