qf for lua workspace in nvim config folder
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user