initial import
This commit is contained in:
commit
f9f53656f7
32 changed files with 1064 additions and 0 deletions
4
lsp/lua_ls.lua
Normal file
4
lsp/lua_ls.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
cmd = { "lua-language-server" },
|
||||
filetypes = { "lua" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue