From d97ef9fa5dfb9460f1eb2cbc439a36a25c17f395 Mon Sep 17 00:00:00 2001
From: chayleaf <chayleaf-git@pavluk.org>
Date: Thu, 28 Nov 2024 05:13:52 +0700
Subject: [PATCH] update lspconfig

---
 home/modules/nvim.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/home/modules/nvim.nix b/home/modules/nvim.nix
index 6c063cd..680964c 100644
--- a/home/modules/nvim.nix
+++ b/home/modules/nvim.nix
@@ -255,7 +255,7 @@ in*/
         config = (
           let lsp = name: builtins.seq
             # ensure an lsp exists (otherwise lspconfig will still create an empty config for some reason)
-            (REQ "lspconfig.server_configurations.${name}")
+            (REQ "lspconfig.configs.${name}")
             # metatables, son! they harden in response to physical trauma
             (REQ' (PROP (require "lspconfig") name));
           in [
@@ -364,7 +364,7 @@ in*/
             } // args);
             in on_attach_rust: [
               # (vim.lsp.set_log_level "debug")
-              # see https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
+              # see https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
               (lib.mapAttrsToList setupLsp {
                 bashls = { };
                 clangd = { };
@@ -386,7 +386,7 @@ in*/
                 svelte = { };
                 html = { };
                 cssls = { };
-                tsserver = { };
+                ts_ls = { };
                 jsonls = { };
                 nil_ls = {
                   settings.nil = {