chore(nvim): remove plugins temporarily

I'm removing these temporarily to see how it affects performance.
This commit is contained in:
Oliver Davies 2023-10-08 23:52:11 +01:00
parent 759fba125a
commit cf5dbda4f0
4 changed files with 0 additions and 59 deletions

View file

@ -1,15 +0,0 @@
require("lualine").setup {
options = {
component_separators = { left = "", right = "" },
extensions = { "fzf", "quickfix" },
icons_enabled = false,
section_separators = { left = "", right = "" },
theme = "catppuccin",
},
sections = {
lualine_c = {
"lsp_progress",
},
},
}