Skip to content

Commit 1eaf79e

Browse files
committed
Add installation instruction for lazy.nvim
1 parent b94b1a9 commit 1eaf79e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ After the installation, configure it as your colorscheme by putting the followin
3737
```vim
3838
colorscheme NeoSolarized
3939
```
40+
- Plugin managers: [lazy.nvim](https://github.com/LazyVim/LazyVim):
41+
42+
- Add the file `plugins/NeoSolarized.lua` with content `return { 'overcache/NeoSolarized' }`.
43+
- Add to your `init.lua`:
44+
```vim
45+
vim.o.background = "light"
46+
vim.cmd([[colorscheme NeoSolarized]])
47+
```
4048
## Options
4149
Some options of the original solarized theme were removed or renamed to avoid config conflicts.
4250
Make sure to put configuration before the line `colorscheme NeoSolarized` in `init.vim` or `.vimrc`.

0 commit comments

Comments
 (0)