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
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"
8986return 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
9390proper 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