mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
Compare commits
No commits in common. "384de6f9db8c01fd91cb2e7a30e71c3aa1f5ad35" and "a3d33c1a98f86c81f373f95c477769152e5ff384" have entirely different histories.
384de6f9db
...
a3d33c1a98
4 changed files with 8 additions and 21 deletions
12
flake.lock
12
flake.lock
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"impermanence": {
|
||||
"locked": {
|
||||
"lastModified": 1725690722,
|
||||
"narHash": "sha256-4qWg9sNh5g1qPGO6d/GV2ktY+eDikkBTbWSg5/iD2nY=",
|
||||
"lastModified": 1724489415,
|
||||
"narHash": "sha256-ey8vhwY/6XCKoh7fyTn3aIQs7WeYSYtLbYEG87VCzX4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "impermanence",
|
||||
"rev": "63f4d0443e32b0dd7189001ee1894066765d18a5",
|
||||
"rev": "c7f5b394397398c023000cf843986ee2571a1fd7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1726243404,
|
||||
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
|
||||
"lastModified": 1725103162,
|
||||
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
|
||||
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
esbenp.prettier-vscode
|
||||
jnoortheen.nix-ide
|
||||
ms-azuretools.vscode-docker
|
||||
# ms-python.python # currently broken (2024-09-16)
|
||||
ms-python.python
|
||||
redhat.vscode-yaml
|
||||
shardulm94.trailing-spaces
|
||||
];
|
||||
|
|
|
@ -27,12 +27,7 @@ lspconfig.pyright.setup({
|
|||
})
|
||||
|
||||
----------------------------------------------------------------
|
||||
lspconfig.rust_analyzer.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
||||
----------------------------------------------------------------
|
||||
lspconfig.ts_ls.setup({
|
||||
lspconfig.tsserver.setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = noFormat,
|
||||
})
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, runCommand
|
||||
|
||||
, black
|
||||
, cargo
|
||||
, efm-langserver
|
||||
, errcheck
|
||||
, go
|
||||
|
@ -11,9 +10,6 @@
|
|||
, nil
|
||||
, nodePackages
|
||||
, pyright
|
||||
, rust-analyzer
|
||||
, rustc
|
||||
, rustfmt
|
||||
, vscode-langservers-extracted
|
||||
, yaml-language-server
|
||||
}:
|
||||
|
@ -29,7 +25,6 @@ symlinkJoin {
|
|||
name = "bck-nvim-tools";
|
||||
paths = [
|
||||
black
|
||||
cargo
|
||||
efm-langserver
|
||||
errcheck
|
||||
go
|
||||
|
@ -37,9 +32,6 @@ symlinkJoin {
|
|||
lua-language-server
|
||||
nil
|
||||
pyright
|
||||
rust-analyzer
|
||||
rustc
|
||||
rustfmt
|
||||
vscode-langservers-extracted
|
||||
yaml-language-server
|
||||
|
||||
|
|
Loading…
Reference in a new issue