Compare commits
No commits in common. "3688f25dee0984638ad1e42c27006899bc614ec4" and "72204b98174748d22b385b82c8ade345006be098" have entirely different histories.
3688f25dee
...
72204b9817
@ -177,34 +177,34 @@ EOF";
|
||||
ionide-nvim # Fsharp lsp support
|
||||
nvim-treesitter-context
|
||||
nvim-treesitter-textobjects
|
||||
nvim-treesitter-parsers.ini
|
||||
nvim-treesitter-parsers.ebnf
|
||||
nvim-treesitter-parsers.rust
|
||||
nvim-treesitter-parsers.c
|
||||
#nvim-treesitter-parsers.c_sharp # currently broken for some reason
|
||||
nvim-treesitter-parsers.cpp
|
||||
nvim-treesitter-parsers.clojure
|
||||
nvim-treesitter-parsers.latex
|
||||
nvim-treesitter-parsers.terraform
|
||||
nvim-treesitter-parsers.hcl
|
||||
nvim-treesitter-parsers.yaml
|
||||
nvim-treesitter-parsers.lua
|
||||
nvim-treesitter-parsers.vim
|
||||
nvim-treesitter-parsers.go
|
||||
nvim-treesitter-parsers.toml
|
||||
nvim-treesitter-parsers.tlaplus
|
||||
nvim-treesitter-parsers.typescript
|
||||
nvim-treesitter-parsers.starlark
|
||||
nvim-treesitter-parsers.python
|
||||
nvim-treesitter-parsers.sql
|
||||
nvim-treesitter-parsers.javascript
|
||||
nvim-treesitter-parsers.ocaml
|
||||
nvim-treesitter-parsers.haskell
|
||||
nvim-treesitter-parsers.css
|
||||
nvim-treesitter-parsers.promql
|
||||
nvim-treesitter-parsers.nix
|
||||
nvim-treesitter-parsers.zig
|
||||
nvim-treesitter-parsers.hoon
|
||||
nvim-treesitter-parsers.ini
|
||||
nvim-treesitter-parsers.ebnf
|
||||
nvim-treesitter-parsers.rust
|
||||
nvim-treesitter-parsers.c
|
||||
#nvim-treesitter-parsers.c_sharp # currently broken for some reason
|
||||
nvim-treesitter-parsers.cpp
|
||||
nvim-treesitter-parsers.clojure
|
||||
nvim-treesitter-parsers.latex
|
||||
nvim-treesitter-parsers.terraform
|
||||
nvim-treesitter-parsers.hcl
|
||||
nvim-treesitter-parsers.yaml
|
||||
nvim-treesitter-parsers.lua
|
||||
nvim-treesitter-parsers.vim
|
||||
nvim-treesitter-parsers.go
|
||||
nvim-treesitter-parsers.toml
|
||||
nvim-treesitter-parsers.tlaplus
|
||||
nvim-treesitter-parsers.typescript
|
||||
nvim-treesitter-parsers.starlark
|
||||
nvim-treesitter-parsers.python
|
||||
nvim-treesitter-parsers.sql
|
||||
nvim-treesitter-parsers.javascript
|
||||
nvim-treesitter-parsers.ocaml
|
||||
nvim-treesitter-parsers.haskell
|
||||
nvim-treesitter-parsers.css
|
||||
nvim-treesitter-parsers.promql
|
||||
nvim-treesitter-parsers.nix
|
||||
nvim-treesitter-parsers.zig
|
||||
nvim-treesitter-parsers.hoon
|
||||
#omnisharp-extended-lsp-nvim
|
||||
#neotest-dotnet
|
||||
nix-develop-nvim
|
||||
@ -234,17 +234,15 @@ 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
|
||||
lua-language-server
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
dasht
|
||||
direnv
|
||||
lorri
|
||||
devenv
|
||||
unstablePkgs.fq
|
||||
]);
|
||||
};
|
||||
};
|
||||
|
@ -160,8 +160,6 @@ lspconfig.nil_ls.setup {
|
||||
capabilities = caps,
|
||||
}
|
||||
|
||||
lspconfig.jedi_language_server.setup{}
|
||||
|
||||
require('roslyn').setup({
|
||||
-- client, bufnr
|
||||
on_attach = function (_, _)
|
||||
@ -673,7 +671,7 @@ dap.configurations.cs = {
|
||||
require('copilot').setup();
|
||||
|
||||
require('avante').setup ({
|
||||
provider = "claude",
|
||||
provider = "copilot",
|
||||
claude = {
|
||||
endpoint = "https://api.anthropic.com",
|
||||
model = "claude-3-7-sonnet-20250219",
|
||||
|
@ -42,12 +42,6 @@ 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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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user