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: CONTRIBUTING.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The Helper build server implementing [BSP] protocol required because [sourcekit-
34
34
35
35
### [lualib] crate
36
36
37
-
The lua neovim client library is defined. It is mainly used for convenience as it provide access to [proto] types. This is temporary as in the future, I'd would like to switch to grpc and have grpc code generated for lua.
37
+
The lua neovim client library is defined. It is mainly used for convenience as it provide access to [proto] types.
38
38
39
39
[sourcekit]: ./sourcekit/
40
40
[daemon]: ./daemon/
@@ -60,13 +60,10 @@ Do all the setup required to watch and develop
60
60
make install_debug
61
61
```
62
62
63
-
64
63
#### Start watchers
65
64
66
65
Watch all the products and trigger recompile when the source code changes.
0 commit comments