Git Product home page Git Product logo

colorscheme-installer.nvim's Introduction

Test status badge Issues badge

NeoVim colorscheme installer

Install colorschemes into your NeoVim configuration from itself.

Report an issue · Suggest a feature


Installation

This plugin supports lazy.nvim installation.

  • Default installation:
return {
    "AlejandroSuero/colorscheme-installer.nvim",
    config = function()
        require("colorscheme-installer").setup()
    end,
}
  • Customizable installation:
return {
    "AlejandroSuero/colorscheme-installer.nvim",
    config = function()
        require("colorscheme-installer.nvim").setup({
            -- your configuration goes here
        })
    end,
}

Note

See default configuration.

Default configuration

local opts = {
    -- path where the colorschemes will be configured
    colorschemes_path = os.getenv("HOME") .. "/.config/nvim/lua/colorschemes"
}

Contributing

Thank you to everyone that is contributing and to those who want to contribute. Any contribution is welcomed!

Quick guide:

  1. Fork this project.
  2. Clone your fork (git clone <fork-URL>).
  3. Add main repo as remote (git remote add upstream <main-repo-URL>).
  4. Create a branch for your changes (git switch -c feature/your-feature or git switch -c fix/your-fix).
  5. Commit your changes (git commit -m "feat(...): ...").
  6. Push to your fork (git push origin <branch-name>).
  7. Open a PR.

For more information, check CONTRIBUTING.md

colorscheme-installer.nvim's People

Contributors

alejandrosuero avatar github-actions[bot] avatar

Watchers

 avatar

colorscheme-installer.nvim's Issues

[Feat]: Add docgen for the colorschemes configs

Is your feature request related to a problem? Please describe.

Like in nvim-lspconfig, automatically generate documentation for the colorschemes.

Describe the solution you'd like

Use a script to generate colorscheme_configs.md file with the colorschemes default configurations.

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.