oops uncommenting out zed

This commit is contained in:
2026-01-13 17:52:11 -07:00
parent 72b6cc0d4b
commit 0b5f35d274

View File

@@ -42,22 +42,22 @@
};
};
# programs.zed-editor = {
# enable = true;
# userSettings = {
# vim_mode = true;
# theme = {
# mode = "system";
# light = "Catppuccin Latte";
# dark = "Catppuccin Frappé";
# };
# buffer_font_size = 16;
# buffer_font_family = "Iosevka Nerd Font Mono";
# vim = {
# enable_vim_sneak = true;
# use_smartcase_find = true;
# };
# format_on_save = "off";
# };
# };
programs.zed-editor = {
enable = true;
userSettings = {
vim_mode = true;
theme = {
mode = "system";
light = "Catppuccin Latte";
dark = "Catppuccin Frappé";
};
buffer_font_size = 16;
buffer_font_family = "Iosevka Nerd Font Mono";
vim = {
enable_vim_sneak = true;
use_smartcase_find = true;
};
format_on_save = "off";
};
};
}