Skip to content

Commit

Permalink
fix: add ftplugin to neovim.plugin.dirs (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Mar 29, 2023
1 parent 0714612 commit babe346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Change license to AGPLv3.0.
Note: This does not affect the permission to use this action with a package that has a different license.
### Fixed
- Add `ftplugin` to `{{ neovim.plugin.dirs }}`.

## [v4.0.0] - 2023-03-19
- POTENIALLY BREAKING: Convert to composite action.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Example:
> * compiler
> * doc
> * filetype.lua
> * ftplugin
> * indent
> * keymap
> * lang
Expand Down
1 change: 1 addition & 0 deletions bin/luarocks-tag-release-action.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ local function insert_neovim_plugin_dirs(copy_directories)
'compiler',
'doc',
'filetype.lua',
'ftplugin',
'indent',
'keymap',
'lang',
Expand Down

0 comments on commit babe346

Please sign in to comment.