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
[](https://github.com/coder3101/protols/actions/workflows/ci.yml)
5
5
6
+
**WARNING** : Master branch is undergoing a massive refactoring, please use last relesed tag instead.
7
+
6
8
**Protols** is an open-source, feature-rich [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/) for **Protocol Buffers (proto)** files. Powered by the efficient [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parser, Protols offers intelligent code assistance for protobuf development, including features like auto-completion, diagnostics, formatting, and more.
7
9
8
10

@@ -71,7 +73,7 @@ If you're using Visual Studio Code, you can install the [Protobuf Language Suppo
71
73
72
74
## ⚙️ Configuration
73
75
74
-
Protols is configured using a `protols.toml` file, which you can place in any directory.**Protols** will search for the closest configuration file by recursively traversing the parent directories.
76
+
Protols is configured using a `protols.toml` file, which you can place in any directory.
75
77
76
78
### Sample `protols.toml`
77
79
@@ -108,10 +110,6 @@ The `[formatter]` section allows configuration for code formatting.
108
110
109
111
-`clang_format_path`: Specify the path to the `clang-format` binary.
110
112
111
-
### Multiple Configuration Files
112
-
113
-
You can place multiple `protols.toml` files across different directories. **Protols** will use the closest configuration file by searching up the directory tree.
0 commit comments