Compare commits

..

No commits in common. "ad68bf85c8f857aea9f13f492ab0d5d8597c6a6d" and "dcfcd7c8ec0c0d3c32d6765ed53fd84169e29780" have entirely different histories.

View file

@ -260,20 +260,7 @@
plugins.nvim-tree = {
enable = true;
disableNetrw = true;
openOnSetup = false;
};
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";
};
};
openOnSetup = true;
};
};
}