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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
# protols
2
2
A Language Server for **proto3** files. It uses tree-sitter parser for all operations and always runs in **single file mode**.
3
3
4
+

5
+
4
6
## Features
5
7
-[x] Hover
6
8
-[x] Go to definition
7
9
-[x] Diagnostics
8
10
9
-
10
11
## Installation and testing
11
12
12
-
Clone the repository and run `cargo install protols` to install locally in your `~/.cargo/bin`and the below to your `init.lua` until we start shipping this via Mason.
13
+
Run `cargo install protols` to install and add below to your `init.lua` until we start shipping this via Mason.
0 commit comments