From 235ca6b9bec361715af64c76592ace8b9d9d8832 Mon Sep 17 00:00:00 2001 From: Andrej KolĨin Date: Sun, 14 Dec 2025 18:59:00 +0000 Subject: 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/ --- lsp/brioche.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lsp/brioche.lua diff --git a/lsp/brioche.lua b/lsp/brioche.lua new file mode 100644 index 00000000..24bf7e1f --- /dev/null +++ b/lsp/brioche.lua @@ -0,0 +1,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' }, +} -- cgit v1.2.3-70-g09d2