qf for lua workspace in nvim config folder

This commit is contained in:
Valeriy Filippov
2026-03-05 19:36:09 +03:00
parent 210e99d004
commit 638469ff68

View File

@@ -7,17 +7,18 @@ return {
"lua",
},
root_markers = {
".git",
".luacheckrc",
"lazy-lock.json",
".luarc.json",
".luarc.jsonc",
".luacheckrc",
".stylua.toml",
"selene.toml",
"selene.yml",
"stylua.toml",
".git",
},
settings = {
Lua = {
runtime = {
version = 'LuaJIT',
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true)
}