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

feat: Use extractor.nvim to extract color data #64

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

reobin
Copy link
Member

@reobin reobin commented Feb 3, 2025

  • Use extractor.nvim plugin instead of custom functions in .vimrc
  • Migrate the whole setup to 100% nvim.
  • Remove any mention of lua vs. vim colorschemes. Will bring back later when I find a way to know for sure the supported editor of a colorscheme.
  • Improve how plugins are installed: use packpath directory insted of adding the plugin files in the runtimepath.
  • Update nvim version in docker build.

Next steps:

  • Start a new database with just the new data.
  • Validate new data.
  • Replace the current database with new data.
  • Deploy the web app with support changes.

Closes #63

@reobin reobin marked this pull request as draft February 3, 2025 02:35
* Use [extractor.nvim](https://github.com/vimcolorschemes/extractor.nvim) plugin instead of custom functions in .vimrc
* Migrate the whole setup to 100% nvim.
* Remove any mention of lua vs. vim colorschemes. Will bring back later
  when I find a way to know for sure the supported editor of a
  colorscheme.
* Improve how plugins are installed: use packpath directory insted of
  adding the plugin files in the runtimepath.
* Update nvim version in docker build.
@reobin reobin force-pushed the feat/extractor.nvim branch from 18c2d2a to 6724dd9 Compare February 3, 2025 02:36
@reobin reobin force-pushed the feat/extractor.nvim branch from e984368 to 6ee7c0a Compare February 9, 2025 03:27
@reobin reobin force-pushed the feat/extractor.nvim branch from 274a34a to e7f8994 Compare February 9, 2025 18:10
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

Successfully merging this pull request may close these issues.

feat: Use vim API to list all installed custom colorschemes
1 participant