A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/teal-language/teal-language-server below:

teal-language/teal-language-server: A language server for Teal, a typed dialect of Lua

A language server for the Teal language

From luarocks (Linux and macOS)

Tested on Linux and macOS. It's currently a bit of a struggle to install via LuaRocks on Windows. We recommend using the binaries from the release on Windows.

From GitHub Release Binaries (Windows)

We provide binaries for Windows on our GitHub Release page. You should be able to download and extract the the latest version from there.

Install the lspconfig plugin and put the following in your init.vim or init.lua

local lspconfig = require("lspconfig")

-- as long as teal-language-server is in your PATH this should work
lspconfig.teal_ls.setup {}

-- if it's not in your path, you can specify where teal-languag-server is by setting cmd. For example on Windows:
-- lspconfig.teal_ls.setup({cmd = { 'C:\\opt\\tls-windows\\bin\\teal-language-server.bat' },})
teal-language-server [--verbose=true] [--log-mode=none|by_proj_path|by_date]

Note:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4