Skip to content

Commit

Permalink
fix(neovim): add missing quick-lint-js.lua file in Neovim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Aug 17, 2024
1 parent 456e774 commit c1d2dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Semantic Versioning.

### Fixed

* The Homebrew package is no longer missing the
`homebrew/share/nvim/site/lua/quick-lint-js.lua` file. This fixes the "module
'quick-lint-js' not found" error in the Neovim plugin.
* quick-lint-js no longer warns about DOM types such as
`IntersectionObserverInit`. ([#1216][])
* `import Chart = goog.Chart;` in JavaScript code now correctly mentions
Expand Down
1 change: 1 addition & 0 deletions plugin/vim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(
NEOVIM_FILES
${VIM_FILES}
lua/lspconfig/quick_lint_js.lua
lua/quick-lint-js.lua
)
foreach (FILE IN LISTS NEOVIM_FILES)
get_filename_component(DIR "${FILE}" DIRECTORY)
Expand Down

0 comments on commit c1d2dc7

Please sign in to comment.