From f833b5158962831bbce4c8cc3ef4671b60d2aa75 Mon Sep 17 00:00:00 2001
From: Nicky Obreykov <nicky@areachica.se>
Date: Wed, 12 Feb 2025 17:55:16 +0100
Subject: [PATCH] Change to ts_ls

---
 init.lua | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/init.lua b/init.lua
index b61841b6..4004d730 100644
--- a/init.lua
+++ b/init.lua
@@ -559,7 +559,7 @@ require('lazy').setup({
       --        For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
       local servers = {
         -- clangd = {},
-        gopls = {},
+        -- gopls = {},
         -- pyright = {},
         -- rust_analyzer = {},
         phpactor = {},
@@ -569,7 +569,7 @@ require('lazy').setup({
         --    https://github.com/pmizio/typescript-tools.nvim
         --
         -- But for many setups, the LSP (`tsserver`) will work just fine
-        tsserver = {},
+        ts_ls = {},
         --
 
         lua_ls = {
@@ -869,9 +869,7 @@ require('lazy').setup({
     event = { 'VeryLazy' },
     config = true,
   },
-  {
-    'adalessa/laravel.nvim',
-  },
+
   {
     'zbirenbaum/copilot.lua',
     cmd = 'Copilot',