feat: new config with everything manually installed
This commit is contained in:
5
lsp/luals.lua
Normal file
5
lsp/luals.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { 'lua-language-server' },
|
||||
filetypes = { 'lua' },
|
||||
root_markers = { '.luarc.json', '.luarc.jsonc', 'init.lua' },
|
||||
}
|
||||
Reference in New Issue
Block a user