From 3d48fe1709852961dd06e5f1f5a849b217f4962d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 3 Jun 2023 11:01:47 -0600 Subject: move lualine and the colorscheme out of init, add neo tree --- lua/plugins/lualine.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/lualine.lua (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua new file mode 100644 index 0000000..350777d --- /dev/null +++ b/lua/plugins/lualine.lua @@ -0,0 +1,11 @@ +return { + 'nvim-lualine/lualine.nvim', + opts = { + options = { + icons_enabled = false, + theme = 'colorscheme', + component_separators = '|', + section_separators = '', + }, + }, +} -- cgit v1.2.3-54-g00ecf