Skip to content

Commit 84706b2

Browse files
authored
Merge pull request #1129 from rhysd/about-maintainers
Include maintainers information in document
2 parents 56124b0 + 6f8f49c commit 84706b2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,11 @@ let g:asyncomplete_log_file = expand('~/asyncomplete.log')
187187
[vim-themis](https://github.com/thinca/vim-themis) is used for testing. To run
188188
integration tests [gopls](https://github.com/golang/tools/tree/master/gopls)
189189
executable must be in path.
190+
191+
## Maintainers
192+
193+
- [Prabir Shrestha](https://github.com/prabirshrestha) (author, maintainer)
194+
- [mattn](https://github.com/mattn) (maintainer)
195+
- [hrsh7th](https://github.com/hrsh7th) (maintainer)
196+
- [Thomas Faingnaert](https://github.com/thomasfaingnaert) (maintainer)
197+
- [rhysd](https://github.com/rhysd) (maintainer)

doc/vim-lsp.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ CONTENTS *vim-lsp-contents*
143143
Mappings |vim-lsp-mappings|
144144
<plug>(lsp-preview-close) |<plug>(lsp-preview-close)|
145145
<plug>(lsp-preview-focus) |<plug>(lsp-preview-focus)|
146-
147146
Autocomplete |vim-lsp-autocomplete|
148147
omnifunc |vim-lsp-omnifunc|
149148
asyncomplete.vim |vim-lsp-asyncomplete|
@@ -152,6 +151,7 @@ CONTENTS *vim-lsp-contents*
152151
Folding |vim-lsp-folding|
153152
Semantic highlighting |vim-lsp-semantic|
154153
License |vim-lsp-license|
154+
Maintainers |vim-lsp-maintainers|
155155

156156

157157
==============================================================================
@@ -1938,4 +1938,13 @@ The MIT License (MIT)
19381938

19391939
Full license text: https://github.com/prabirshrestha/vim-lsp/blob/master/LICENSE
19401940

1941+
==============================================================================
1942+
Maintainers *vim-lsp-maintainers*
1943+
1944+
* Prabir Shrestha (author, maintainer): https://github.com/prabirshrestha
1945+
* mattn (maintainer): https://github.com/mattn
1946+
* hrsh7th (maintainer): https://github.com/hrsh7th
1947+
* Thomas Faingnaert (maintainer): https://github.com/thomasfaingnaert
1948+
* rhysd (maintainer): https://github.com/rhysd
1949+
19411950
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet:

0 commit comments

Comments
 (0)