You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
- Filetype detection for `.res`, `.resi`
16
16
- Basic automatic indentation
17
17
- Includes LSP for coc-vim usage
18
+
- Proper tooling detection for monorepo like setups (yarn workspaces)
18
19
19
20
**Provided by vim-rescript commands:**
20
21
- Formatting `.res` files w/ syntax error diagnostics in VIM quickfix
@@ -24,6 +25,12 @@
24
25
- Building the current projec w/ build diagnostics in VIM quickfix
25
26
- Autocompletion w/ Vim's omnicomplete
26
27
28
+
**Monorepo support:**
29
+
30
+
The vim-rescript plugin automatically updates its project environment on each file open separately.
31
+
- Tested for yarn workspaces (see [./examples/monorepo-yarn-workspaces])
32
+
-**Note for non-LSP usage:** Always make sure to switch to a `.res` file **within the project you want to compile** before running `:RescriptBuild` etc.
33
+
27
34
See `:h rescript` for the detailed [helpfile](./doc/rescript.txt).
0 commit comments