blob: 24bf7e1f4df1a851d1138baed908da83cf9a143d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/brioche-dev/brioche
---
--- `Brioche Language Server`.
---@type vim.lsp.Config
return {
cmd = { 'brioche', 'lsp' },
filetypes = { 'brioche' },
root_markers = { 'project.bri' },
}
|