|
|
@ -18,9 +18,12 @@ return {
|
|
|
|
-- Set lualine as statusline
|
|
|
|
-- Set lualine as statusline
|
|
|
|
'nvim-lualine/lualine.nvim',
|
|
|
|
'nvim-lualine/lualine.nvim',
|
|
|
|
-- See `:help lualine.txt`
|
|
|
|
-- See `:help lualine.txt`
|
|
|
|
|
|
|
|
dependencies = {
|
|
|
|
|
|
|
|
'nvim-tree/nvim-web-devicons'
|
|
|
|
|
|
|
|
},
|
|
|
|
opts = {
|
|
|
|
opts = {
|
|
|
|
options = {
|
|
|
|
options = {
|
|
|
|
icons_enabled = false,
|
|
|
|
icons_enabled = true,
|
|
|
|
theme = 'auto',
|
|
|
|
theme = 'auto',
|
|
|
|
component_separators = '|',
|
|
|
|
component_separators = '|',
|
|
|
|
section_separators = '',
|
|
|
|
section_separators = '',
|
|
|
|