|
21 | 21 |
|
22 | 22 | ## Table of Contents |
23 | 23 |
|
24 | | -- [Installation](#installation) |
| 24 | +- [Installation](#-installation) |
25 | 25 | - [For Neovim](#for-neovim) |
| 26 | + - [Setting Include Paths in Neovim](#setting-include-paths-in-neovim) |
26 | 27 | - [Command Line Options](#command-line-options) |
27 | 28 | - [For Visual Studio Code](#for-visual-studio-code) |
28 | | -- [Configuration](#configuration) |
29 | | - - [Basic Configuration](#basic-configuration) |
30 | | - - [Path Configuration](#path-configuration) |
31 | | -- [Usage](#usage) |
| 29 | +- [Configuration](#%EF%B8%8Fconfiguration) |
| 30 | + - [Sample `protols.toml`](#sample-protolstoml) |
| 31 | + - [Configuration Sections](#configuration-sections) |
| 32 | + - [Basic Configuration](#basic-configuration) |
| 33 | + - [Path Configuration](#path-configuration) |
| 34 | +- [Usage](#-usage) |
32 | 35 | - [Code Completion](#code-completion) |
33 | 36 | - [Diagnostics](#diagnostics) |
34 | 37 | - [Code Formatting](#code-formatting) |
|
39 | 42 | - [Rename Symbols](#rename-symbols) |
40 | 43 | - [Find References](#find-references) |
41 | 44 | - [Protocol Buffers Well-Known Types](#protocol-buffers-well-known-types) |
42 | | -- [Packaging](#📦-packaging) |
43 | | -- [Contributing](#contributing) |
| 45 | +- [Packaging](#-packaging) |
| 46 | +- [Contributing](#-contributing) |
44 | 47 | - [Setting Up Locally](#setting-up-locally) |
45 | | -- [License](#license) |
| 48 | +- [License](#-license) |
46 | 49 |
|
47 | 50 | --- |
48 | 51 |
|
@@ -107,7 +110,7 @@ If you're using Visual Studio Code, you can install the [Protobuf Language Suppo |
107 | 110 |
|
108 | 111 | --- |
109 | 112 |
|
110 | | -## ⚙️ Configuration |
| 113 | +## ⚙️Configuration |
111 | 114 |
|
112 | 115 | Protols can be configured using a `protols.toml` file, which you can place in root of your project directory. |
113 | 116 |
|
@@ -149,7 +152,7 @@ The `[config.path]` section contains path for various tools used by LSP. |
149 | 152 |
|
150 | 153 | --- |
151 | 154 |
|
152 | | -## 🛠️ Usage |
| 155 | +## 🛠 Usage |
153 | 156 |
|
154 | 157 | Protols offers a rich set of features to enhance your `.proto` file editing experience. |
155 | 158 |
|
|
0 commit comments