todo-comments.nvim
todo-comments.nvim copied to clipboard
PackerCompile gives error, cannot run config
I just use packer to install this plugin, after runing :PackerCompile
, I get following error:
packer.nvim: Error running config for todo-comments.nvim: Vim:E239: Invalid sign text:
Here is my config:
use {
"folke/todo-comments.nvim",
requires = "nvim-lua/plenary.nvim",
config = function()
print("Just ia")
require("todo-comments").setup{}
print('fdsfds')
end
}
How can I fix it, thank you!
- nvim: v0.5.0 Release LuaJIT 2.0.5
Same error here
@alessiocelentano @kobeHub
I have the same problem and this help me solve it. https://github.com/dense-analysis/ale/issues/2452#issuecomment-485840164