mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
docs(lightline): add lightline assign in README.md
This commit is contained in:
parent
607f256b5c
commit
f5eee391ca
|
|
@ -133,6 +133,13 @@ require("solarized-osaka").setup({
|
|||
})
|
||||
```
|
||||
|
||||
### Setting [lightline](https://github.com/itchyny/lightline.vim) colorscheme
|
||||
|
||||
```lua
|
||||
-- vimscript requires it to be snake_case
|
||||
vim.g.lightline = { colorscheme = "solarized_osaka" }
|
||||
```
|
||||
|
||||
### [Borderless Telescope](https://github.com/nvim-telescope/telescope.nvim/wiki/Gallery#borderless) example
|
||||
|
||||
```lua
|
||||
|
|
|
|||
Loading…
Reference in a new issue