todo-comments.nvim
todo-comments.nvim copied to clipboard
No highlight
Hello, I want to use this plugin but when I install it nothing append. I'm pretty new to neovim so I'm pretty sure it's a mistake of my own.
I test the plugin in .ts
file :
:TodoTelescope
give nothing too :
I have installed the plugin via Plug :
~/.config/nvim/plug.vim
Plug 'nvim-lua/plenary.nvim'
Plug 'folke/todo-comments.nvim'
And in my config file :
~/.config/nvim/after/plugin/todo-comment.rc.lua
require("todo-comments").setup {}
I have Telescope and ripgrep too. My config repo : https://github.com/bouteillerAlan/nvim-dotfile
It looks like you write them in a wrong way, just try this:
TODO:
WARN:
HACK:
FIXME:
Don't forget to add a ;
after any tag :)
Add a : after the TODO. like //TODO: