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 d03b4b1bd5
commit 688619a6dd
3 changed files with 0 additions and 53 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",
},
},
}