diff options
| -rw-r--r-- | lsp/brioche.lua | 12 |
1 files changed, 12 insertions, 0 deletions
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' }, +} |
