Skip to content

Commit

Permalink
fix(plugins): fix callbacks (#154)
Browse files Browse the repository at this point in the history
* fix(plugins): callbacks

* fix(readme): incorrect plugin key
  • Loading branch information
khaneliman authored Dec 24, 2024
1 parent 40a07b2 commit a7f0266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ term.foreground
| [nvim-window-picker](https://github.com/s1n7ax/nvim-window-picker) | `nvim-window-picker` |
| [rainbow-delimiters.nvim](https://github.com/HiPhish/rainbow-delimiters.nvim) | `rainbow-delimiters` |
| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | `telescope` |
| [todo-comments.nvim](https://github.com/folke/todo-comments.nvim) | `telescope` |
| [todo-comments.nvim](https://github.com/folke/todo-comments.nvim) | `todo-comments` |
| [vimwiki](https://github.com/vimwiki/vimwiki) | `vimwiki` |
| [vim-illuminate](https://github.com/RRethy/vim-illuminate) | `vim-illuminate` |
| [which-key.nvim](https://github.com/folke/which-key.nvim) | `which-key` |
Expand Down
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ local function callback(c)
}
end

return callback()
return callback
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/todo-comments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ local function callback(c)
}
end

return callback()
return callback

0 comments on commit a7f0266

Please sign in to comment.