Skip to content

Commit

Permalink
feat: add parser-info to {{ neovim.plugin.dirs }} (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored Feb 25, 2024
1 parent c6c0dc7 commit bbc7eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/ltr/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ local function insert_neovim_plugin_dirs(copy_directories)
'lang',
'menu.vim',
'parser',
'parser-info',
'plugin',
'queries',
'query',
Expand Down
1 change: 1 addition & 0 deletions spec/parser_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('Parser', function()
'lang',
'menu.vim',
'parser',
'parser-info',
'plugin',
'queries',
'query',
Expand Down

0 comments on commit bbc7eb7

Please sign in to comment.