README: added lush to be installed

This commit is contained in:
Barna Máté 2024-12-21 19:26:12 +01:00
parent 1fab5cd690
commit b77119ffdd

View file

@ -1,9 +1,10 @@
# Shades of purple neovim
A port of [the original vscode theme](https://github.com/ahmadawais/shades-of-purple-vscode).
A port of [the original vscode theme](https://github.com/ahmadawais/shades-of-purple-vscode).
This theme is still balls deep into development but it's possible to use it.
# Install
You will need to install [lus.nvim](https://github.com/rktjmp/lush.nvim) too since this theme was made with it.
a. Using lazy.nvim
@ -11,6 +12,7 @@ a. Using lazy.nvim
require('lazy').setup({
{ "https://git.4o1x5.dev/4o1x5/shades-of-purple-nvim", opts = {} },
{ "rktjmp/lush.nvim", opts = {} },
})
```
@ -33,6 +35,8 @@ extraPlugins = with pkgs; [
};
}
}
vimPlugins.lush-nvim
];
colorscheme = "shades_of_purple";