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
88
99## Note
1010
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.
1214
1315If you want use old version checkout [ 1.0.0] ( https://github.com/heavenshell/vim-jsdoc/releases/tag/1.0.0> ) .
1416
@@ -38,7 +40,7 @@ If you want to update `lehre` use:
3840
3941``` console
4042make clean
41- make Install
43+ make install
4244```
4345
4446If 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.
4749$ yarn add -D lehre
4850```
4951
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 ` .
5153
5254## Usage
5355
Original file line number Diff line number Diff line change 11*jsdoc.txt* Generate JSDoc to your JavaScript code.
22
3- Version: 2.0 .0
3+ Version: 2.1 .0
44Author: NAKAMURA, Hisashi <https://github.com/sunvisor >
55Author: Shinya Ohynagi <sohyanagi@gmail.com>
66Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116>
117117==============================================================================
118118CHANGELOG *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+
1191242020-04-26
120125- Ver 2.0.0
121126 See https://github.com/heavenshell/vim-jsdoc/issues/81 details.
Original file line number Diff line number Diff line change 11" File: jsdoc.vim
22" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4- " Version: 2.0 .0
4+ " Version: 2.1 .0
55" WebPage: http://github.com/heavenshell/vim-jsdoc/
66" Description: Generate JSDoc to your JavaScript, TypeScript file.
77" License: BSD, see LICENSE for more details.
You can’t perform that action at this time.
0 commit comments