Giter Club home page Giter Club logo

neo-themes.nvim's Introduction

Neo Themes Img

๐Ÿ“‹ Table of Contents

Do you like Themes!?!?

But do you hate having to search the inter webs to find new themes for your neovim?

Well with this theme manager you don't have to search ever again.

This plugin gives you the ability to install and hot swap themes with ease.

  • neovim >= 0.8.0
  • For Unix systems: git(1)
use("Kirbitz/neo-themes.nvim")
require("neo_themes").setup()
local DEFAULT_SETTINGS = {
  install_directory = PathJoin(
    vim.fn.stdpath('data'),
    'site',
    'pack',
    'neo-themes',
    'start'
  ),
  cache_directory = PathJoin(vim.fn.stdpath('cache'), 'neo-themes'),
  git_clone = 'git -C %s clone %s --depth 1 --no-single-branch --progress',
  git_uri = 'https://github.com/%s.git',
  remove_completion = { --Removes these options from the completion list
    'blue',
    'darkblue',
    'default',
    'delek',
    'desert',
    'elford',
    'evening',
    'industry',
    'koehler',
    'morning',
    'murphy',
    'pablo',
    'peachpuff',
    'ron',
    'shine',
    'slate',
    'torte',
    'zellner',
  },
}

๐Ÿšซ Under Construction.

This will get filled once the GUI is up and running.

neo-themes.nvim's People

Contributors

kirbitz avatar

Stargazers

 avatar

Watchers

 avatar

neo-themes.nvim's Issues

Is this project still alive?

Description

I wanted to have a plugin similar to Mason, using which we can manage many themes that could be found online and could be configured with just a few keystrokes. Surprisingly I didn't find any solution and decided to create my own, and later stumbled upon this repository, so I was just curious are you still working on this project?

Additional Information

You can check out Mason here: Mason

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.