.config/nvim/lua/plugins/ui.lua

changeset 1015
21950cadff6b
parent 1014
b57969db48db
child 1022
d509e282ae10
--- a/.config/nvim/lua/plugins/ui.lua
+++ b/.config/nvim/lua/plugins/ui.lua
@@ -7,11 +7,11 @@ return {
         icons_enabled = false,
         section_separators = "",
         component_separators = "",
-        globalstatus = true
       },
       tabline = {
         lualine_a = { {'buffers', mode = 4} },
-      }
+      },
+      extensions = {"quickfix"},
     }
   },
 

mercurial