aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:04:21 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:14:19 -0500
commit2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4 (patch)
tree46218335ce05ef46ed48338d6551932bb43898ed /lsp
parentfix(angularls): reference to invalid field #4184 (diff)
downloadnvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.gz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.bz2
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.lz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.xz
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.tar.zst
nvim-lspconfig-2d113e6c02fb11af1cadf2d7c277c43fd94f8cc4.zip
ci: emmylua
- Introduce emmylua CI job to type-check code. - Drop old analyzers that haven't reported anything useful in a long time and are redundant with luals/emmylua.
Diffstat (limited to 'lsp')
-rw-r--r--lsp/lua_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/lua_ls.lua b/lsp/lua_ls.lua
index 85bd8846..9b159ef7 100644
--- a/lsp/lua_ls.lua
+++ b/lsp/lua_ls.lua
@@ -73,6 +73,7 @@ return {
cmd = { 'lua-language-server' },
filetypes = { 'lua' },
root_markers = {
+ '.emmyrc.json',
'.luarc.json',
'.luarc.jsonc',
'.luacheckrc',