Skip to content

Commit

Permalink
chore: update nixpkgs and remove unused language servers
Browse files Browse the repository at this point in the history
- Updated nixpkgs to the latest revision and narHash.
- Removed `ocamlPackages.dune_3` from `lib/default.nix`.
- Removed `dagger` and `hls` language servers from `languages.lua`.
- Renamed `tsserver` to `ts_ls` in `languages.lua`.
  • Loading branch information
erikreinert committed Oct 8, 2024
1 parent 63d5726 commit 1e6df00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ in rec {
nodePackages.typescript-language-server
nodePackages.vscode-langservers-extracted
nodePackages.yaml-language-server
ocamlPackages.dune_3
ocamlPackages.ocaml-lsp
ocamlPackages.ocamlformat
pkgs.cuelsp
Expand Down
4 changes: 1 addition & 3 deletions lua/TheAltF4Stream/languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ local function init()
local language_servers = {
bashls = {},
cssls = {},
dagger = {},
diagnosticls = {
filetypes = { "python" },
init_options = {
Expand Down Expand Up @@ -114,7 +113,6 @@ local function init()
},
},
},
hls = {},
html = {},
jsonls = {},
jsonnet_ls = {},
Expand Down Expand Up @@ -164,7 +162,7 @@ local function init()
},
},
terraformls = {},
tsserver = {},
ts_ls = {},
yamlls = {
settings = {
yaml = {
Expand Down

0 comments on commit 1e6df00

Please sign in to comment.