Compare commits

...

5 Commits

3 changed files with 40 additions and 30 deletions

View File

@ -234,6 +234,7 @@ EOF";
terraform-ls
nodePackages.typescript-language-server
nodePackages.jsdoc
python312Packages.jedi-language-server
# TODO find a version of the julia package that will install
# on darwin and add it as an overlay
nil-pkg
@ -243,6 +244,7 @@ EOF";
direnv
lorri
devenv
unstablePkgs.fq
]);
};
};

View File

@ -160,6 +160,8 @@ lspconfig.nil_ls.setup {
capabilities = caps,
}
lspconfig.jedi_language_server.setup{}
require('roslyn').setup({
-- client, bufnr
on_attach = function (_, _)
@ -671,7 +673,7 @@ dap.configurations.cs = {
require('copilot').setup();
require('avante').setup ({
provider = "copilot",
provider = "claude",
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-7-sonnet-20250219",

View File

@ -42,6 +42,12 @@ function disk_usage() {
/run/current-system/sw/bin/du --max-depth=1 -h "${path}" 2>/dev/null
}
# TODO(zaphar): Figure out why this thing doesn't come up or dies
function restart_durnitisp() {
sudo launchctl bootout system/org.nixos.durnitisp
sudo launchctl bootstrap system /Library/LaunchDaemons/org.nixos.durnitisp.plist org.nixos.durnitisp
}
eval "$(direnv hook zsh)"
export ANTHROPIC_API_KEY="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"