Compare commits
No commits in common. "ad68bf85c8f857aea9f13f492ab0d5d8597c6a6d" and "dcfcd7c8ec0c0d3c32d6765ed53fd84169e29780" have entirely different histories.
ad68bf85c8
...
dcfcd7c8ec
1 changed files with 1 additions and 14 deletions
|
@ -260,20 +260,7 @@
|
||||||
plugins.nvim-tree = {
|
plugins.nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
disableNetrw = true;
|
disableNetrw = true;
|
||||||
openOnSetup = false;
|
openOnSetup = true;
|
||||||
};
|
|
||||||
|
|
||||||
plugins.copilot-lua.enable = true;
|
|
||||||
plugins.copilot-cmp.enable = true;
|
|
||||||
plugins.codecompanion = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
strategies = {
|
|
||||||
agent.adapter = "copilot";
|
|
||||||
chat.adapter = "copilot";
|
|
||||||
inline.adapter = "copilot";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue