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

Error message `attempt to concatenate local 'name' (a nil value) #70

Closed
primeapple opened this issue May 16, 2022 · 4 comments
Closed

Comments

@primeapple
Copy link

Seems like yesterdays commit broke something.
I just :PackerSynced and got the following errors in NvChad:

packer.nvim: Error running config for base46: ...al/share/nvim/site/pack/packer/opt/base46/lua/base46.lua:7: attempt to concatenate local 'name' (a nil value)
packer.nvim: Error running config for feline.nvim: ...al/share/nvim/site/pack/packer/opt/base46/lua/base46.lua:7: attempt to concatenate local 'name' (a nil value)

I use chadracula as main theme, no further configs for base46 or feline.nvim

@primeapple
Copy link
Author

To at least work in the moment, add

M.plugins.remove = {
        "NvChad/base46",
        "feline-nvim/feline.nvim"
    }

to your chadrc.lua, save, do :PackerSync, and select another colorscheme via :colorscheme ...
You may have to restart in between these steps.

@siduck
Copy link
Member

siduck commented May 16, 2022

image

works fine here, i cant produce the error

@siduck
Copy link
Member

siduck commented May 16, 2022

please when you do packersync, make sure to do leader uu before it :/

or just do leader uu as that prompts for packersync too

@primeapple
Copy link
Author

Ok, works now. Thanks for the advice.

@siduck siduck closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants