chore(nvim): remove lualine packages

This commit is contained in:
Oliver Davies 2023-08-07 22:03:35 +01:00
parent aeb921e7e8
commit 202dceada3
2 changed files with 0 additions and 22 deletions

View file

@ -1,20 +0,0 @@
local status_ok, lualine = pcall(require, "lualine")
if not status_ok then
return
end
lualine.setup {
options = {
component_separators = { left = "", right = "" },
extensions = { "fzf", "quickfix" },
icons_enabled = false,
section_separators = { left = "", right = "" },
theme = "catppuccin",
},
sections = {
lualine_c = {
"filename",
"lsp_progress",
},
},
}

View file

@ -121,8 +121,6 @@ in
vimPlugins.harpoon
vimPlugins.impatient-nvim
vimPlugins.indent-blankline-nvim
vimPlugins.lualine-lsp-progress
vimPlugins.lualine-nvim
vimPlugins.nvim-autopairs
vimPlugins.nvim-lastplace
vimPlugins.nvim-ts-autotag