Refactor theme and status line into their own file

This commit is contained in:
Chris Patti 2023-06-03 10:11:10 -04:00
parent e15e7f4bda
commit cdaa750c86
4 changed files with 33 additions and 34 deletions

View file

@ -0,0 +1,14 @@
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
theme = 'tokyonight',
component_separators = '|',
section_separators = '',
},
},
}