nvim/lua/custom/lsp/config/ts_ls.lua
2025-08-04 01:53:36 +02:00

6 lines
126 B
Lua

return {
on_attach = function(client, _)
-- Just want ts_ls in path, I don't want it to do anything
client.stop()
end
}