From 9425ad853ed06bb72b7483bf55fed26f2eee8d69 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Fri, 15 Jul 2022 06:48:41 +0100 Subject: [PATCH] Update lualine config Add more things to it. make it look even nicer --- after/plugin/lualine.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/after/plugin/lualine.lua b/after/plugin/lualine.lua index 7af170b..85169ba 100644 --- a/after/plugin/lualine.lua +++ b/after/plugin/lualine.lua @@ -9,9 +9,9 @@ require('lualine').setup { globalstatus = true, }, sections = { - lualine_a = {'mode'}, + lualine_a = {'mode','spell_status'}, lualine_b = {'branch', 'diff', 'diagnostics'}, - lualine_c = {'filename'}, + lualine_c = {'filename','lsp_progess'}, lualine_x = {'encoding', 'fileformat', 'filetype'}, lualine_y = {'progress'}, lualine_z = {'location'} @@ -25,5 +25,7 @@ require('lualine').setup { lualine_z = {} }, tabline = {}, - extensions = {} + extensions = {'chadtree'} } + +