diff options
Diffstat (limited to 'lsp/stan_ls.lua')
| -rw-r--r-- | lsp/stan_ls.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lsp/stan_ls.lua b/lsp/stan_ls.lua new file mode 100644 index 00000000..679b5551 --- /dev/null +++ b/lsp/stan_ls.lua @@ -0,0 +1,13 @@ +---@brief +--- +--- https://github.com/tomatitito/stan-language-server +--- +--- Language server for the Stan probabilistic programming language. +--- +---@type vim.lsp.Config +return { + cmd = { 'stan-language-server', '--stdio' }, + filetypes = { 'stan' }, + root_markers = { '.git' }, + settings = {}, +} |
