Skip to content

Commit 29845a8

Browse files
committed
docs: Improve README to include a video and fix text
1 parent 2ebbb0f commit 29845a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[package]
22
name = "protols"
33
description = "Language server for proto3 files"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/coder3101/protols"
88
repository = "https://github.com/coder3101/protols"
99
readme = "README.md"
1010
keywords = ["lsp", "proto3"]
1111

12+
exclude = ["assets/*"]
13+
1214
[dependencies]
1315
async-lsp = { version = "0.2.0", features = ["tokio"] }
1416
futures = "0.3.30"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ A Language Server for **proto3** files. It uses tree-sitter parser for all opera
66
- [x] Go to definition
77
- [x] Diagnostics
88

9+
![](./assets/protols.mov)
910

1011
## Installation and testing
1112

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.
1314

1415
```lua
1516
local client = vim.lsp.start_client({

assets/protols.mov

4.94 MB
Binary file not shown.

0 commit comments

Comments
 (0)