mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix indentation
This commit is contained in:
parent
2b14e06670
commit
360e08bbf9
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ require('rose-pine').setup({
|
||||||
CursorLine = { bg = 'foam', blend = 10 },
|
CursorLine = { bg = 'foam', blend = 10 },
|
||||||
StatusLine = { fg = 'love', bg = 'love', blend = 10 },
|
StatusLine = { fg = 'love', bg = 'love', blend = 10 },
|
||||||
|
|
||||||
-- By default each group adds to its existing config.
|
-- By default each group adds to the existing config.
|
||||||
-- If you only want to set what is written in this config exactly,
|
-- If you only want to set what is written in this config exactly,
|
||||||
-- you can set the inherit option:
|
-- you can set the inherit option:
|
||||||
Search = { bg = 'gold', inherit = false },
|
Search = { bg = 'gold', inherit = false },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue