updating dependencies

This commit is contained in:
RingOfStorms (Josh) 2024-09-21 17:18:15 -05:00
parent fcf9595091
commit 9ddc54e493
5 changed files with 158 additions and 183 deletions

View file

@ -13,7 +13,7 @@ local function langs()
local out = nil
if client.name == "pyright" then
out = vim.fn.system({ "python", "-V" })
elseif client.name == "tsserver" then
elseif client.name == "tsserver" or client.name == "ts_ls" then
out = "node " .. vim.fn.system({ "node", "--version" })
end
if out ~= nil and out ~= "" then