mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
fad3c8779c
commit
c8d623872e
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ require('lualine').setup({
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
> Options should be set before the colorscheme
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- Set variant
|
-- Set variant
|
||||||
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'
|
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'
|
||||||
|
|
@ -84,6 +86,9 @@ vim.g.rose_pine_enable_italics = true
|
||||||
-- Use terminal background
|
-- Use terminal background
|
||||||
-- Note: Set to true to fix any funky background colors
|
-- Note: Set to true to fix any funky background colors
|
||||||
vim.g.rose_pine_disable_background = false
|
vim.g.rose_pine_disable_background = false
|
||||||
|
|
||||||
|
-- Set colorscheme after options
|
||||||
|
vim.cmd('colorscheme rose-pine')
|
||||||
```
|
```
|
||||||
|
|
||||||
## Functions
|
## Functions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue