Change to ts_ls

This commit is contained in:
Nicky Obreykov 2025-02-12 17:55:16 +01:00
parent 1cfcea002a
commit f833b51589
1 changed files with 3 additions and 5 deletions

View File

@ -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',