Skip to content

Commit aaf670e

Browse files
v-bertinlastapella
authored andcommitted
Set status line theme to the global colorscheme (nvim-lua#600)
1 parent bb0a1d6 commit aaf670e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

init.lua

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,19 @@ require('lazy').setup({
302302
-- end,
303303
},
304304

305+
{
306+
-- Set lualine as statusline
307+
'nvim-lualine/lualine.nvim',
308+
-- See `:help lualine.txt`
309+
opts = {
310+
options = {
311+
icons_enabled = false,
312+
theme = 'auto',
313+
component_separators = '|',
314+
section_separators = '',
315+
},
316+
},
317+
},
305318

306319
{ -- Fuzzy Finder (files, lsp, etc)
307320
'nvim-telescope/telescope.nvim',

0 commit comments

Comments
 (0)