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", "lua",
}, },
root_markers = { root_markers = {
".git", "lazy-lock.json",
".luacheckrc",
".luarc.json", ".luarc.json",
".luarc.jsonc", ".luarc.jsonc",
".luacheckrc",
".stylua.toml", ".stylua.toml",
"selene.toml", ".git",
"selene.yml",
"stylua.toml",
}, },
settings = { settings = {
Lua = { Lua = {
runtime = {
version = 'LuaJIT',
},
workspace = { workspace = {
library = vim.api.nvim_get_runtime_file("", true) library = vim.api.nvim_get_runtime_file("", true)
} }