nvim-lspconfig/lsp/brioche.lua
Andrej Kolčin 235ca6b9be
feat: brioche #4238
An LSP for [Brioche]: a package manger which uses custom TypeScript-like
recipe files.  Repo: https://github.com/brioche-dev/brioche

[Brioche]: https://brioche.dev/
2025-12-14 13:59:00 -05:00

13 lines
223 B
Lua

---@brief
---
--- https://github.com/brioche-dev/brioche
---
--- `Brioche Language Server`.
---@type vim.lsp.Config
return {
cmd = { 'brioche', 'lsp' },
filetypes = { 'brioche' },
root_markers = { 'project.bri' },
}