Modules/Zed: Update settings + add csv/cmake extensions
This commit is contained in:
@ -28,12 +28,14 @@ in {
|
|||||||
|
|
||||||
# "html"
|
# "html"
|
||||||
# "make"
|
# "make"
|
||||||
|
"rainbow-csv"
|
||||||
"sql"
|
"sql"
|
||||||
"nix"
|
"nix"
|
||||||
"just"
|
"just"
|
||||||
"perl"
|
"perl"
|
||||||
"assembly"
|
"assembly"
|
||||||
"wat"
|
"wat"
|
||||||
|
"neocmake"
|
||||||
];
|
];
|
||||||
|
|
||||||
themes = {};
|
themes = {};
|
||||||
@ -59,12 +61,18 @@ in {
|
|||||||
project_panel.dock = "left";
|
project_panel.dock = "left";
|
||||||
outline_panel.dock = "left";
|
outline_panel.dock = "left";
|
||||||
collaboration_panel.dock = "left";
|
collaboration_panel.dock = "left";
|
||||||
git_panel.dock = "left";
|
git_panel = {
|
||||||
|
dock = "left";
|
||||||
|
tree_view = true;
|
||||||
|
};
|
||||||
|
|
||||||
auto_signature_help = true;
|
auto_signature_help = true;
|
||||||
|
|
||||||
disable_ai = false;
|
disable_ai = false;
|
||||||
agent.dock = "right";
|
agent = {
|
||||||
|
dock = "right";
|
||||||
|
sidebar_side = "right";
|
||||||
|
};
|
||||||
agent_servers = {
|
agent_servers = {
|
||||||
claude-acp = {
|
claude-acp = {
|
||||||
type = "registry";
|
type = "registry";
|
||||||
|
|||||||
Reference in New Issue
Block a user