Skip to content

Add a colorscheme from local folder #2836

Closed Answered by GaetanLepage
sample-usr asked this question in Q&A
Discussion options

You must be logged in to vote

Another approach would be to add the path to the plugin location to your RTP:

extraConfigLua = ''
  vim.opt.runtimepath:prepend("~/path/to/plugin")
  vim.opt.runtimepath:prepend("~/path/to/plugin/after")
'';

This allows you to tweak your plugin without rebuilding your nix config.
However, you have to ensure that the plugin files are indeed at this location. Nix will not deploy it for you.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@sample-usr
Comment options

@MattSturgeon
Comment options

Comment options

You must be logged in to vote
3 replies
@sample-usr
Comment options

@MattSturgeon
Comment options

@sample-usr
Comment options

Answer selected by sample-usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants