folke / todo-comments.nvim

✅ Highlight, list and search todo comments in your projects
Apache License 2.0
2.94k stars 86 forks source link

Function that return as string the actual numbers #98

Open Mte90 opened 2 years ago

Mte90 commented 2 years ago

Ideally is enough to have a function that print 3 TODO | 1 FIXME so it can be used on https://github.com/nvim-lualine/lualine.nvim or other statusline

SpicyChickenFLY commented 1 year ago

i agree with @Mte90 ,that would be a useful one

Ideally is enough to have a function that print 3 TODO | 1 FIXME so it can be used on https://github.com/nvim-lualine/lualine.nvim or other statusline

RAprogramm commented 1 year ago

Do you have idea how to realize counter of todo-comments in lualine?

bezhermoso commented 3 months ago

Hey, I wrote a plugin that does what you need to add counts in nvim-lualine: https://github.com/bezhermoso/todos-lualine.nvim

In the meantime, I've requested to make this or something similar part of the plugin itself: https://github.com/folke/todo-comments.nvim/issues/259

RAprogramm commented 3 months ago

Hey, I wrote a plugin that does what you need to add counts in nvim-lualine: https://github.com/bezhermoso/todos-lualine.nvim

In the meantime, I've requested to make this or something similar part of the plugin itself: https://github.com/folke/todo-comments.nvim/issues/259

I'm already realized todo counter in NEVIRAIDE.

I done it asynchronous via plenary

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

Mte90 commented 1 week ago

The issue is still there.