Skip to content

Commit

Permalink
Add installation instruction for lazy.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
rashivkp committed Jan 31, 2025
1 parent b94b1a9 commit 1eaf79e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ After the installation, configure it as your colorscheme by putting the followin
```vim
colorscheme NeoSolarized
```
- Plugin managers: [lazy.nvim](https://github.com/LazyVim/LazyVim):

- Add the file `plugins/NeoSolarized.lua` with content `return { 'overcache/NeoSolarized' }`.
- Add to your `init.lua`:
```vim
vim.o.background = "light"
vim.cmd([[colorscheme NeoSolarized]])
```
## Options
Some options of the original solarized theme were removed or renamed to avoid config conflicts.
Make sure to put configuration before the line `colorscheme NeoSolarized` in `init.vim` or `.vimrc`.
Expand Down

0 comments on commit 1eaf79e

Please sign in to comment.