fix indentation

This commit is contained in:
Tobias Sommer 2023-07-22 12:45:54 +02:00
commit 360e08bbf9

View file

@ -102,8 +102,8 @@ require('rose-pine').setup({
CursorLine = { bg = 'foam', blend = 10 },
StatusLine = { fg = 'love', bg = 'love', blend = 10 },
-- By default each group adds to its existing config.
-- If you only want to set what is written in this config exactly,
-- By default each group adds to the existing config.
-- If you only want to set what is written in this config exactly,
-- you can set the inherit option:
Search = { bg = 'gold', inherit = false },
}