Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jsdoc.vim generates [JSDoc](http://usejsdoc.org/) block comments based on a func

## Note

Since version 2.0.0 jsdoc.vim is support only **Vim8**.
jsdoc.vim supports **Vim8**.

Neovim works since v2.1.0, but if something wrong, send me pull requests to fix it.

If you want use old version checkout [1.0.0](https://github.com/heavenshell/vim-jsdoc/releases/tag/1.0.0>).

Expand Down Expand Up @@ -38,7 +40,7 @@ If you want to update `lehre` use:

```console
make clean
make Install
make install
```

If you want install lehre manually, you can install from npm.
Expand All @@ -47,7 +49,7 @@ If you want install lehre manually, you can install from npm.
$ yarn add -D lehre
```

Then set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.
Set installed `/path/to/node_modules/.bin/lehre` path to `g:jsdoc_lehre_path`.

## Usage

Expand Down
7 changes: 6 additions & 1 deletion doc/jsdoc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*jsdoc.txt* Generate JSDoc to your JavaScript code.

Version: 2.0.0
Version: 2.1.0
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
Author: Shinya Ohynagi <[email protected]>
Repository: http://github.com/heavenshell/vim-jsdoc/
Expand Down Expand Up @@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
>
==============================================================================
CHANGELOG *jsdoc-changelog*
2020-06-27
- Add Neovim support
See https://github.com/heavenshell/vim-jsdoc/pull/92 details.
(thx @Cyperwu @vimark1)

2020-04-26
- Ver 2.0.0
See https://github.com/heavenshell/vim-jsdoc/issues/81 details.
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/javascript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <[email protected]>
" Version: 2.0.0
" Version: 2.1.0
" WebPage: http://github.com/heavenshell/vim-jsdoc/
" Description: Generate JSDoc to your JavaScript, TypeScript file.
" License: BSD, see LICENSE for more details.
Expand Down