Add a colorscheme from local folder #2836
Unanswered
sample-usr
asked this question in
Q&A
Replies: 2 comments 2 replies
-
One approach is to use |
Beta Was this translation helpful? Give feedback.
2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have developed my own colorscheme (rakis)[https://github.com/sample-usr/rakis.nvim]. I am looking to find a way to keep developing it while using NixVim, but I'm not sure how to load a colorscheme from a folder on local disk?
Using something like
layz.nvim
I would just specify the path to the folder and it would load that, is there something like this that I can use here with NixVim?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions