1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
2023-03-29 11:59:27 +08:00

22 lines
370 B
Lua

local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'lelwel-ls' },
filetypes = { 'llw' },
root_dir = util.find_git_ancestor,
},
docs = {
description = [[
https://github.com/0x2a-42/lelwel
Language server for lelwel grammars.
You can install `lelwel-ls` via cargo:
```sh
cargo install --features="lsp" lelwel
```
]],
},
}