diff options
Diffstat (limited to 'lsp/fstar.lua')
| -rw-r--r-- | lsp/fstar.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lsp/fstar.lua b/lsp/fstar.lua new file mode 100644 index 00000000..340dd21c --- /dev/null +++ b/lsp/fstar.lua @@ -0,0 +1,10 @@ +---@brief +--- +---https://github.com/FStarLang/FStar +-- +-- LSP support is included in FStar. Make sure `fstar.exe` is in your PATH. +return { + cmd = { 'fstar.exe', '--lsp' }, + filetypes = { 'fstar' }, + root_markers = { '.git' }, +} |
