File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ jsdoc.vim generates [JSDoc](http://usejsdoc.org/) block comments based on a func
8
8
9
9
## Note
10
10
11
- Since version 2.0.0 jsdoc.vim is support only ** Vim8** .
11
+ jsdoc.vim supports ** Vim8** .
12
+
13
+ Neovim works since v2.1.0, but if something wrong, send me pull requests to fix it.
12
14
13
15
If you want use old version checkout [ 1.0.0] ( https://github.com/heavenshell/vim-jsdoc/releases/tag/1.0.0> ) .
14
16
@@ -38,7 +40,7 @@ If you want to update `lehre` use:
38
40
39
41
``` console
40
42
make clean
41
- make Install
43
+ make install
42
44
```
43
45
44
46
If you want install lehre manually, you can install from npm.
@@ -47,7 +49,7 @@ If you want install lehre manually, you can install from npm.
47
49
$ yarn add -D lehre
48
50
```
49
51
50
- Then set installed ` /path/to/node_modules/.bin/lehre ` path to ` g:jsdoc_lehre_path ` .
52
+ Set installed ` /path/to/node_modules/.bin/lehre ` path to ` g:jsdoc_lehre_path ` .
51
53
52
54
## Usage
53
55
Original file line number Diff line number Diff line change 1
1
*jsdoc.txt* Generate JSDoc to your JavaScript code.
2
2
3
- Version: 2.0 .0
3
+ Version: 2.1 .0
4
4
Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
5
5
Author: Shinya Ohynagi <sohyanagi@gmail.com>
6
6
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116
116
>
117
117
==============================================================================
118
118
CHANGELOG *jsdoc-changelog*
119
+ 2020-06-27
120
+ - Add Neovim support
121
+ See https://github.com/heavenshell/vim-jsdoc/pull/92 details.
122
+ (thx @Cyperwu @vimark1)
123
+
119
124
2020-04-26
120
125
- Ver 2.0.0
121
126
See https://github.com/heavenshell/vim-jsdoc/issues/81 details.
Original file line number Diff line number Diff line change 1
1
" File: jsdoc.vim
2
2
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
3
3
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4
- " Version: 2.0 .0
4
+ " Version: 2.1 .0
5
5
" WebPage: http://github.com/heavenshell/vim-jsdoc/
6
6
" Description: Generate JSDoc to your JavaScript, TypeScript file.
7
7
" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments