Set lua_ls runtime version to LuaJIT

* Set lua_ls runtime version to LuaJIT

* Update lspconfig.lua

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
This commit is contained in:
sdvcrx
2025-07-12 20:16:43 +05:30
committed by GitHub
co-authored by Sidhanth Rathod
parent a792fd1d96
commit 29ebe31ea6
+1
View File
@@ -59,6 +59,7 @@ M.defaults = function()
local lua_lsp_settings = {
Lua = {
runtime = { version = "LuaJIT" },
workspace = {
library = {
vim.fn.expand "$VIMRUNTIME/lua",