Compare commits
No commits in common. "8036d54fcd4ff000da9257654a1cdfaa42e2e140" and "485f7f38a176c8db428bd245df709df079054ba7" have entirely different histories.
8036d54fcd
...
485f7f38a1
6
nix/base-system/flake.lock
generated
6
nix/base-system/flake.lock
generated
@ -1690,11 +1690,11 @@
|
||||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1742923925,
|
||||
"narHash": "sha256-biPjLws6FiBVUUDHEMFq5pUQL84Wf7PntPYdo3oKkFw=",
|
||||
"lastModified": 1728279793,
|
||||
"narHash": "sha256-W3D5YpNrUVTFPVU4jiEiboaaUDShaiH5fRl9aJLqUnU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "25d1b84f5c90632a623c48d83a2faf156451e6b1",
|
||||
"rev": "f85a2d005e83542784a755ca8da112f4f65c4aa4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -135,8 +135,6 @@
|
||||
(final: prev: {
|
||||
custom-neovim = nvim;
|
||||
lorri = unstablePkgs.lorri;
|
||||
avante-nvim = unstablePkgs.vimPlugins.avante-nvim;
|
||||
copilot-lua = unstablePkgs.vimPlugins.copilot-lua;
|
||||
})
|
||||
];
|
||||
programs = with pkgs; {
|
||||
@ -150,8 +148,6 @@ ${builtins.readFile ./init.lua}
|
||||
EOF";
|
||||
packages.myVimPackage = {
|
||||
start = (with pkgs.vimPlugins; [
|
||||
copilot-lua
|
||||
avante-nvim
|
||||
vim-sile
|
||||
nvim-tree-lua
|
||||
nvim-lspconfig
|
||||
|
@ -667,16 +667,3 @@ dap.configurations.cs = {
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
require('copilot').setup();
|
||||
|
||||
require('avante').setup ({
|
||||
provider = "copilot",
|
||||
openai = {
|
||||
model = "Claude Sonnet 3.7", -- your desired model (or use gpt-4o, etc.)
|
||||
timeout = 30000, -- Timeout in milliseconds, increase this for reasoning models
|
||||
temperature = 0,
|
||||
max_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
|
||||
--reasoning_effort = "medium", -- low|medium|high, only used for reasoning models
|
||||
},
|
||||
})
|
||||
|
@ -43,5 +43,3 @@ function disk_usage() {
|
||||
}
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
export OPENAI_API_KEY="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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user