change the theme and status line

This commit is contained in:
gameloader
2022-10-21 13:19:53 +08:00
parent 1941ccef40
commit ecbe6a626d
4 changed files with 10 additions and 12 deletions

View File

@ -20,7 +20,7 @@ require("lualine").setup({
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff", "diagnostics" },
lualine_c = { "filename" },
lualine_c = { "require'lsp-status'.status()" },
lualine_x = { "encoding", "fileformat", "filetype" },
lualine_y = { "progress" },
lualine_z = { "location" },