Skip to content

Following the instructions in AstroNvim websites does not work. #108

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

Closed
3 tasks done
yossijacob opened this issue Sep 19, 2023 · 1 comment
Closed
3 tasks done

Following the instructions in AstroNvim websites does not work. #108

yossijacob opened this issue Sep 19, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@yossijacob
Copy link

yossijacob commented Sep 19, 2023

Checklist

  • I have searched through the AstroNvim docs
  • I have searched through the existing issues of AstroNvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.1

Operating system/version

popos

Terminal/GUI

bash

Describe the bug

Following the instructions in AstroNvim websites does not work.
After cloning the user configuration from https://github.com/username/astronvim_config.git . If you then for example try and follow the recipe for the NvChad Telescope Theme https://astronvim.com/Recipes/telescope_theme .
it will not work. the recipe says to edit your user/init.lua file by adding a highlights = {..
This will not work because there is a highlight directory cloned from the user example configuration which apparently override that setting.

Steps to Reproduce

Just follow the instruction for creating a user config from the AstroNvim website

https://astronvim.com/Configuration/manage_user_config
https://astronvim.com/Recipes/telescope_theme

Expected behavior

The example should change to either show an example adding to the highlight/init.lua or there should be a warning that it will not work while there is a highlight directory.

Screenshots

No response

Additional Context

No response

@yossijacob yossijacob added the bug Something isn't working label Sep 19, 2023
@mehalter
Copy link
Member

All of the docs recipes are communicated through the minimal user configuration necessary which is a single user/init.lua file. You are correct that if you split up the user configuration then the split files take precedence. You just need to put the relevant information into the correct place. Here is the docs for which tables correspond to which files in a split up user configuration: https://astronvim.com/Configuration/config_options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants