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