Giter Site home page Giter Site logo

vim-colorstepper's People

Contributors

jaspa avatar qualiabyte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vim-colorstepper's Issues

Remap error while updating through Vundle

Whenever I do a PluginUpdate, I get errors about mappings already existing. I have no custom settings in .vimrc related to this plugin.

Can you please fix this? It's a bit annoying :)

Configuring search paths

Is it possible to add a variable that controls where vim-colorstepper searches for color schemes?
I install my favorite color schemes via Vundle. And I want vim-colorstepper to step through ONLY the ones I install.

So, something like:
g:step_thru_installed_only=1
will make the plugin cycle through only ~/.vim/bundle/<bundle-name>/color/<color>.vim schemes.

Right now, it cycles through other possible paths of color schemes (like vim installation area etc.) too.

Issue with path separator in Windows

I've had to slightly alter the script to get it to work with gVim in Windows 10

Line 21:
silent exe 'colorscheme ' . split(g:step_colors[g:color_step], '\')[-1][:-5]

instead of
silent exe 'colorscheme ' . split(g:step_colors[g:color_step], '/')[-1][:-5]

I have absolutely no experience with vim scripting so I'm not sure if this can be done conditionally.

Thanks for the awesome work though! It works perfectly for me with this fix.

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.