todo-comments.nvim icon indicating copy to clipboard operation
todo-comments.nvim copied to clipboard

No highlight

Open bouteillerAlan opened this issue 2 years ago • 2 comments

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 : Screenshot_20220406_145025

:TodoTelescope give nothing too : Screenshot_20220406_145045

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

bouteillerAlan avatar Apr 06 '22 13:04 bouteillerAlan

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 :)

JustGenius-s avatar Apr 11 '22 12:04 JustGenius-s

Add a : after the TODO. like //TODO:

sijirama avatar Sep 21 '22 20:09 sijirama