Skip to content

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 2 times, most recently from 274a34a to e7f8994 Compare February 9, 2025 18:10
@reobin reobin force-pushed the feat/extractor.nvim branch from e7f8994 to dfa08ca Compare February 17, 2025 01:10
@reobin reobin force-pushed the feat/extractor.nvim branch from dfa08ca to ca3cff5 Compare February 17, 2025 01:52
@reobin reobin self-assigned this Feb 22, 2025
@reobin reobin marked this pull request as ready for review February 22, 2025 22:28
@reobin reobin merged commit a6a93fa into main Feb 22, 2025
3 checks passed
@reobin reobin deleted the feat/extractor.nvim branch February 22, 2025 22:29
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

2 participants