This commit is contained in:
Ian
2026-07-16 23:50:59 +02:00
parent 0da0684f14
commit 787871f897
3 changed files with 88 additions and 47 deletions
+15
View File
@@ -0,0 +1,15 @@
return {
cmd = { "lua-language-server" },
filetypes = { "lua" },
root_markers = { { ".luarc.json", ".luarc.jsonc" }, ".git" },
settings = {
Lua = {
runtime = {
version = "LuaJIT",
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
},
},
},
}