README: added lush to be installed
This commit is contained in:
parent
1fab5cd690
commit
b77119ffdd
|
@ -4,6 +4,7 @@ A port of [the original vscode theme](https://github.com/ahmadawais/shades-of-pu
|
||||||
This theme is still balls deep into development but it's possible to use it.
|
This theme is still balls deep into development but it's possible to use it.
|
||||||
|
|
||||||
# Install
|
# 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
|
a. Using lazy.nvim
|
||||||
|
|
||||||
|
@ -11,6 +12,7 @@ a. Using lazy.nvim
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
|
|
||||||
{ "https://git.4o1x5.dev/4o1x5/shades-of-purple-nvim", opts = {} },
|
{ "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";
|
colorscheme = "shades_of_purple";
|
||||||
|
|
Loading…
Reference in a new issue