diff options
Diffstat (limited to 'lua/plugins/lualine.lua')
| -rw-r--r-- | lua/plugins/lualine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua new file mode 100644 index 0000000..71ff826 --- /dev/null +++ b/lua/plugins/lualine.lua @@ -0,0 +1,11 @@ +return { + 'nvim-lualine/lualine.nvim', + dependencies = { 'nvim-tree/nvim-web-devicons' }, + opts = { + options = { + theme = "gruvbox_dark", + component_separators = { left = '', right = ''}, + section_separators = { left = '', right = ''}, + } + }, +} |
