Skip to content

Commit edb52fa

Browse files
committed
docs: Update README.md information.
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 2fb51b3 commit edb52fa

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# wezterm-types
44

5-
[Wezterm](https://github.com/wezterm/wezterm) config types for Lua Language Server
5+
[Wezterm](https://github.com/wezterm/wezterm) config types for [Lua Language Server](https://luals.github.io/)
66

77
</div>
88

@@ -14,12 +14,11 @@
1414

1515
## Installation
1616

17-
For Neovim users, you can use the following install methods:
17+
### Neovim
1818

19-
<details>
20-
<summary><a href="https://github.com/folke/lazy.nvim">lazy.nvim</a></summary>
19+
For [Neovim](https://github.com/neovim/neovim) users, we recommend the following install method.
2120

22-
Using `lazy.nvim` as a package manager, install this together with
21+
Using [`lazy.nvim`](https://github.com/folke/lazy.nvim) as a package manager, install this together with
2322
[`lazydev`](https://github.com/folke/lazydev.nvim):
2423

2524
```lua
@@ -68,8 +67,6 @@ require('lazy').setup({
6867
}
6968
```
7069

71-
</details>
72-
7370
---
7471

7572
## Usage
@@ -89,17 +86,15 @@ config.window_decorations = "RESIZE|MACOS_FORCE_DISABLE_SHADOW"
8986
return config
9087
```
9188

92-
This annotation enables the [Lua Language Server](https://luals.github.io/) to provide
89+
This annotation enables the **Lua Language Server** to provide
9390
proper type checking and autocompletion for WezTerm configuration options.
9491

9592
---
9693

9794
## Credits
9895

99-
- [@justinsgithub](https://github.com/justinsgithub) - **_The Author_**
100-
96+
- [@justinsgithub](https://github.com/justinsgithub) - **The Author _(not active currently)_**
97+
- [@DrKJeff16](https://github.com/DrKJeff16) - **Maintainer, _de-facto_ Owner**
10198
- [@gonstoll](https://github.com/gonstoll) - **Maintainer**
102-
- [@DrKJeff16](https://github.com/DrKJeff16) - **Maintainer**
103-
10499
- [@craigmac](https://github.com/craigmac) - **Contributor**
105100
- [@TheLeoP](https://github.com/TheLeoP) - **Contributor**

0 commit comments

Comments
 (0)