You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
How can I fix it, thank you!
The text was updated successfully, but these errors were encountered: