Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackerCompile gives error, cannot run config #67

Closed
kobeHub opened this issue Sep 8, 2021 · 4 comments
Closed

PackerCompile gives error, cannot run config #67

kobeHub opened this issue Sep 8, 2021 · 4 comments
Labels

Comments

@kobeHub
Copy link

kobeHub commented Sep 8, 2021

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
@alessiocelentano
Copy link

Same error here

@jessun
Copy link

jessun commented Dec 23, 2021

@alessiocelentano
@kobeHub

I have the same problem and this help me solve it.
dense-analysis/ale#2452 (comment)

Copy link
Contributor

github-actions bot commented Jul 6, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Jul 6, 2024
Copy link
Contributor

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants