diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 9ed39409..e3cfb269 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -9,6 +9,18 @@ return { opts.sections.lualine_a = { { "mode", icon = "" } } opts.sections.lualine_y = { { "progress", separator = " ", padding = { left = 1, right = 1 } } } opts.sections.lualine_z = { { "location", padding = { left = 1, right = 1 } } } + opts.extensions = { + "lazy", + "man", + "mason", + "nvim-dap-ui", + "overseer", + "quickfix", + "toggleterm", + "trouble", + "neo-tree", + "symbols-outline", + } end, keys = { {