Coder Social home page Coder Social logo

astral.nvim's Introduction

astral.nvim

GitHub Workflow Status Lua Astral.nvim

Astral

astral.nvim is a Neovim plugin for colorscheme persistence.

This very simple plugin allows Neovim to remember the last used colorscheme and restore it when Neovim opens.

Features

  • Remembers the last used colorscheme and restores it when Neovim opens.
  • Allows setting fallback themes if the saved colorscheme is not available.

Installation

Using lazy.nvim, add the plugin to your configuration:

require("lazy").setup({
    {
        "astral/astral.nvim",
        version = "*", -- Pin to GitHub releases
    },
})

Configuration

You can configure the astral plugin by passing a table of options to require("astral").setup().

Default Values

The default values for astral configuration are:

local config = {
    fallback_themes = { -- Default fallback themes
        "catppuccin",
        "tokyonight",
        "default"
    },
}

Example Configuration

To set the options for astral, use the following lazy.nvim configuration:

require("lazy").setup({
    {
        "astral/astral.nvim",
        version = "*", -- Pin to GitHub releases
        opts = {
            fallback_themes = { -- Customize fallback themes
                "catppuccin",
                "tokyonight",
                "default"
            },
        }
    },
})

Commands

  • :Astral reset: Reset the colorscheme management.
  • :Astral restore: Restore the last used colorscheme.

Autocommands

  • ColorScheme: Store the new name when the colorscheme changes.

Troubleshooting

If you encounter issues with astral.nvim, here are some common problems and solutions:

  1. Colorscheme not restoring on startup:

    • Ensure restore_colors is set to true in the configuration.
    • Check if vim.g.COLORTHEME is set and holds the correct colorscheme name.
  2. Fallback themes not applied:

    • Verify that the fallback_themes array in the configuration contains valid colorscheme names.
    • Ensure that the fallback themes are installed and available in Neovim.
  3. Unknown Astral command error:

    • Ensure you are using valid commands. The available commands are:
      • :Astral reset
      • :Astral restore
  4. Colorscheme changes not saved:

    • Ensure there are no errors in the autocommand that triggers on the ColorScheme event.
    • Check if vim.g.COLORTHEME is being updated correctly when you change the colorscheme.

If the issue persists, please open an issue on the GitHub repository with details about your configuration and the problem you are facing.

License

astral.nvim is licensed under the MIT License. See LICENSE for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request to the GitHub repository.

astral.nvim's People

Contributors

rootiest avatar github-actions[bot] avatar

Stargazers

 avatar Brent Williams avatar hebe ⚸ dite avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.