teal-language / teal-language-server

A language server for Teal, a typed dialect of Lua
MIT License
78 stars 8 forks source link

Teal Language Server

A language server for the Teal language

test

Installation

From luarocks

Tested on Windows, Linux and macOS

From source

Features

Editor Setup

Neovim

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

local lspconfig = require("lspconfig")

lspconfig.teal_ls.setup {}

Usage

teal-language-server [--verbose=true] [--log-mode=none|by_proj_path|by_date]

Note: