|
|
@ -66,13 +66,21 @@ local plugins = {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
-- Set lualine as statusline
|
|
|
|
-- Set lualine as statusline
|
|
|
|
'nvim-lualine/lualine.nvim',
|
|
|
|
'nvim-lualine/lualine.nvim',
|
|
|
|
-- See `:help lualine.txt`
|
|
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
|
|
opts = {
|
|
|
|
opts = {
|
|
|
|
options = {
|
|
|
|
options = {
|
|
|
|
icons_enabled = true,
|
|
|
|
|
|
|
|
theme = 'dracula',
|
|
|
|
theme = 'dracula',
|
|
|
|
component_separators = '|',
|
|
|
|
globalstatus = true,
|
|
|
|
section_separators = { left = '', right = '' },
|
|
|
|
},
|
|
|
|
|
|
|
|
sections = {
|
|
|
|
|
|
|
|
lualine_c = {
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'filename',
|
|
|
|
|
|
|
|
path = 1,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
lualine_x = { 'fileformat', 'filetype' },
|
|
|
|
|
|
|
|
lualine_y = {},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|