mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: fuck alejandra
This commit is contained in:
parent
0be43dc3f5
commit
a72d9e63e0
96 changed files with 1474 additions and 631 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
enabled = true;
|
||||
version = "2";
|
||||
default_open_ai_model = null;
|
||||
default_model = {
|
||||
provider = "zed.dev";
|
||||
model = "claude-3-5-sonnet-latest";
|
||||
};
|
||||
# default_open_ai_model = null;
|
||||
# default_model = {
|
||||
# provider = "zed.dev";
|
||||
# model = "claude-3-5-sonnet-latest";
|
||||
# };
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ in {
|
|||
buffer_font_size = 14;
|
||||
tab_size = 2;
|
||||
cursor_blink = true;
|
||||
theme = "Rosé Pine";
|
||||
theme = "Catppuccin Macchiato";
|
||||
show_copilot_suggestions = true;
|
||||
bracket_pairing = "always";
|
||||
relative_line_numbers = true;
|
||||
|
|
|
@ -19,14 +19,15 @@
|
|||
pkgs
|
||||
;
|
||||
};
|
||||
in
|
||||
# packagePath = flake.inputs.zed.packages.${pkgs.system}.default;
|
||||
in {
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
# package = packagePath;
|
||||
extraPackages = extraPackagesPath;
|
||||
extensions = extensionsPath;
|
||||
userKeymaps = userKeymapsPath;
|
||||
userSettings = userSettingsPath;
|
||||
};
|
||||
}
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
# package = packagePath;
|
||||
extraPackages = extraPackagesPath;
|
||||
extensions = extensionsPath;
|
||||
userKeymaps = userKeymapsPath;
|
||||
userSettings = userSettingsPath;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue