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