blob: 77f5dc8246ce9fe0791f67b74fb7b5494dbf04fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/mistweaverco/kulala-ls
---
--- A minimal language server for HTTP syntax.
return {
cmd = { 'kulala-ls', '--stdio' },
filetypes = { 'http' },
root_markers = { '.git' },
}
|