Skip to content

Commit a7f0266

Browse files
authored
fix(plugins): fix callbacks (#154)
* fix(plugins): callbacks * fix(readme): incorrect plugin key
1 parent 40a07b2 commit a7f0266

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ term.foreground
265265
| [nvim-window-picker](https://github.com/s1n7ax/nvim-window-picker) | `nvim-window-picker` |
266266
| [rainbow-delimiters.nvim](https://github.com/HiPhish/rainbow-delimiters.nvim) | `rainbow-delimiters` |
267267
| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | `telescope` |
268-
| [todo-comments.nvim](https://github.com/folke/todo-comments.nvim) | `telescope` |
268+
| [todo-comments.nvim](https://github.com/folke/todo-comments.nvim) | `todo-comments` |
269269
| [vimwiki](https://github.com/vimwiki/vimwiki) | `vimwiki` |
270270
| [vim-illuminate](https://github.com/RRethy/vim-illuminate) | `vim-illuminate` |
271271
| [which-key.nvim](https://github.com/folke/which-key.nvim) | `which-key` |

lua/astrotheme/groups/plugins/flash.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ local function callback(c)
77
}
88
end
99

10-
return callback()
10+
return callback

lua/astrotheme/groups/plugins/todo-comments.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ local function callback(c)
1515
}
1616
end
1717

18-
return callback()
18+
return callback

0 commit comments

Comments
 (0)