formatting and comments

This commit is contained in:
Valeriy Filippov
2026-03-11 11:20:38 +03:00
parent 892a7fe416
commit 304a31c1bf
5 changed files with 58 additions and 57 deletions

View File

@@ -7,23 +7,23 @@ return {
"lua",
},
root_markers = {
"lazy-lock.json",
"lazy-lock.json",
".luarc.json",
".luarc.jsonc",
".luacheckrc",
".stylua.toml",
".git",
},
settings = {
Lua = {
runtime = {
version = 'LuaJIT',
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true)
}
}
},
settings = {
Lua = {
runtime = {
version = "LuaJIT",
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
},
},
},
single_file_support = true,
log_level = vim.lsp.protocol.MessageType.Warning,
}