chore(nvim): configure lualine

This commit is contained in:
Oliver Davies 2023-11-07 07:53:58 +00:00
parent ec23fb1431
commit 5449d8c021
2 changed files with 0 additions and 7 deletions
config/neovim/after/plugin

View file

@ -6,10 +6,4 @@ require("lualine").setup {
section_separators = { left = "", right = "" },
theme = "catppuccin",
},
sections = {
lualine_c = {
"lsp_progress",
},
},
}