mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 08:05:43 +02:00
plugins/claude-code: add claude-code dependency
This commit is contained in:
parent
b17c801f2e
commit
52c68b4da4
2 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,7 @@ in
|
|||
|
||||
__depPackages = {
|
||||
bat.default = "bat";
|
||||
claude-code.default = "claude-code";
|
||||
codeium.default = "codeium";
|
||||
coreutils = {
|
||||
default = "coreutils";
|
||||
|
|
|
@ -6,6 +6,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
||||
dependencies = [
|
||||
"claude-code"
|
||||
];
|
||||
|
||||
settingsExample = {
|
||||
window = {
|
||||
split_ratio = 0.4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue