reorganize packages
This commit is contained in:
14
config/shared/nvim/lsp/lua_ls.lua
Normal file
14
config/shared/nvim/lsp/lua_ls.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
cmd = { "lua-language-server" },
|
||||
filetypes = { "lua" },
|
||||
root_markers = {
|
||||
".luarc.json",
|
||||
".luarc.jsonc",
|
||||
".luacheckrc",
|
||||
".stylua.toml",
|
||||
"stylua.toml",
|
||||
"selene.toml",
|
||||
"selene.yml",
|
||||
".git",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user