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

PackerCompile gives error, cannot run config

Open kobeHub opened this issue 3 years ago • 2 comments

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

kobeHub avatar Sep 08 '21 08:09 kobeHub

Same error here

alessiocelentano avatar Sep 10 '21 08:09 alessiocelentano

@alessiocelentano @kobeHub

I have the same problem and this help me solve it. https://github.com/dense-analysis/ale/issues/2452#issuecomment-485840164

jessun avatar Dec 23 '21 03:12 jessun