Skip to content

Bug: test/colorizer_tailwind missing #182

@Samq64

Description

@Samq64

Describe the bug
The colorizer_tailwind test submodule points to 404 causing the installation of the plugin to fail when using vim.pack.add().

To Reproduce

vim.pack.add({ "https://github.com/catgoose/nvim-colorizer.lua" })

Expected behavior
The sub-module should point to a valid URL.

Screenshots
Not really a screenshot but here is the error message:

Error in ~/.config/nvim/init.lua: 
E5113: Lua chunk: /usr/local/share/nvim/runtime/lua/vim/pack.lua:1029: vim.pack:                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                            
`nvim-colorizer.lua`:                                                                                                                                                                                                                                                                       
/usr/local/share/nvim/runtime/lua/vim/pack.lua:245: fatal: No url found for submodule path 'test/colorizer_tailwind' in .gitmodules                                                                                                                                                         
                                                                                                                                                                                                                                                                                            
stack traceback:                                                                                                                                                                                                                                                                            
        [C]: in function 'error'                                                                                                                                                                                                                                                            
        /usr/local/share/nvim/runtime/lua/vim/pack.lua:1029: in function 'add'                                                                                                                                                                                                              
        ~/.config/nvim/lua/plugins.lua:1: in main chunk                                                                                                                                                                                                                             
        [C]: in function 'require'                                                                                                                                                                                                                                                          
        ~/.config/nvim/init.lua:5: in main chunk                          

Operating System:
Arch Linux

Neovim Version:
v0.12.0-dev-2465+ga8361c3afc

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions