vimPlugins.claude-fzf-history-nvim: init at 2025-09-06
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -2103,6 +2103,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
claude-fzf-history-nvim = buildVimPlugin {
|
||||
pname = "claude-fzf-history.nvim";
|
||||
version = "2025-09-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pittcat";
|
||||
repo = "claude-fzf-history.nvim";
|
||||
rev = "8257e346039e1a9089af307c04871c587fdb449a";
|
||||
sha256 = "1zy6wj7cajkzdv7giazsmq8hi309khi82bqnd8kj6i6rj6mrzbkc";
|
||||
};
|
||||
meta.homepage = "https://github.com/pittcat/claude-fzf-history.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
claudecode-nvim = buildVimPlugin {
|
||||
pname = "claudecode.nvim";
|
||||
version = "2025-09-15";
|
||||
|
||||
@@ -401,6 +401,12 @@ assertNoAdditions {
|
||||
];
|
||||
};
|
||||
|
||||
claude-fzf-history-nvim = super.claude-fzf-history-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
fzf-lua
|
||||
];
|
||||
};
|
||||
|
||||
clighter8 = super.clighter8.overrideAttrs {
|
||||
preFixup = ''
|
||||
sed "/^let g:clighter8_libclang_path/s|')$|${lib.getLib llvmPackages.clang.cc}/lib/libclang.so')|" \
|
||||
|
||||
@@ -160,6 +160,7 @@ https://github.com/projekt0n/circles.nvim/,,
|
||||
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/coder/claudecode.nvim/,HEAD,
|
||||
https://github.com/rhysd/clever-f.vim/,,
|
||||
https://github.com/bbchung/clighter8/,,
|
||||
|
||||
Reference in New Issue
Block a user