dotfiles/.config/nvim/lsp/brioche.lua

13 lines
223 B
Lua
Raw Normal View History

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