Skip to content

Commit

Permalink
fix(parser): add missing after directory in the Neovim plugin dirs …
Browse files Browse the repository at this point in the history
…list (#392)
  • Loading branch information
NTBBloodbath authored Mar 16, 2024
1 parent e1fdabe commit 8d3d786
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 @@ -14,6 +14,7 @@ end
---@param copy_directories string[] List of directories
local function insert_neovim_plugin_dirs(copy_directories)
local neovim_plugin_dirs = {
'after',
'autoload',
'colors',
'compiler',
Expand Down
1 change: 1 addition & 0 deletions spec/parser_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('Parser', function()
third
]])
assert.same(result, {
'after',
'autoload',
'colors',
'compiler',
Expand Down

0 comments on commit 8d3d786

Please sign in to comment.