diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua new file mode 100644 index 0000000..d5400c6 --- /dev/null +++ b/.config/nvim/lua/plugins/lualine.lua @@ -0,0 +1,15 @@ +return { + 'nvim-lualine/lualine.nvim', + dependencies = { 'nvim-tree/nvim-web-devicons' }, + opts = { + options = { + component_separators = { left = '', right = '' }, + section_separators = { left = '', right = '' }, + disabled_filetypes = { + 'NvimTree', + 'qf', + 'trouble', + }, + } + } +}