Detect the Lua project root using .luarc.json

This commit is contained in:
w0rp
2025-03-21 12:07:10 +00:00
parent 400857d758
commit 06f4b6fe25
3 changed files with 25 additions and 0 deletions

View File

@@ -14,3 +14,8 @@ Execute(lua-language-server should be configurable):
AssertLinter 'billy', ale#Escape('billy')
AssertLSPConfig {'x': 'y'}
Execute(lua-language-server should detect the project root using .luarc.json):
call ale#test#SetFilename('../lua/dummy.lua')
AssertLSPProject ale#path#Simplify(g:dir . '/../lua')