initial configuration

This commit is contained in:
2025-04-09 07:59:00 +02:00
parent e7334a67d3
commit a8dd286e39
9 changed files with 19 additions and 228 deletions
+5
View File
@@ -0,0 +1,5 @@
return {
cmd = { "lua-language-server" },
root_markers = { ".luarc.json" },
filetypes = { "lua" },
}