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

I don't manage to overwrite the configuration of neo-tree #73

Closed
R3l4x3 opened this issue Apr 17, 2023 · 3 comments
Closed

I don't manage to overwrite the configuration of neo-tree #73

R3l4x3 opened this issue Apr 17, 2023 · 3 comments

Comments

@R3l4x3
Copy link
Contributor

R3l4x3 commented Apr 17, 2023

I've now tried several variations I've seen here in some closed issues, but no matter how I try, I can't manage to override neo-tree's configuration.

This is what my user/init.lua currently looks like, however the files are still hidden.

return {
  plugins = {
    ["neo-tree"] = {
      filesystem = {
        filtered_items = {
          visible = true,
          hide_gitignored = false,
          hide_dotfiles = false,
        },
      },
    },
  },
}

I'm fairly new to neovim and AstroNvim, so I'm running out of ideas.

@R3l4x3 R3l4x3 closed this as completed Apr 17, 2023
@mehalter
Copy link
Member

When updating major versions please make sure to pay attention to the release notes and the breaking changes that we prompt the user with before updating breaking changes. Here are the migration guidelines for updating your user configuration to v3 which had many breaking changes: https://astronvim.com/Configuration/v3_migration

@mehalter
Copy link
Member

Specifically here are the documentation for customizing plugins: https://astronvim.com/Recipes/custom_plugins

@R3l4x3
Copy link
Contributor Author

R3l4x3 commented Apr 17, 2023

Hi @mehalter
thank you for your response. I closed this issue because I saw that I ended up in the wrong repo here. Sorry for that.

I'll have a look at the links you gave me and hope to get the issue solved ;) thanks

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