This commit is contained in:
2023-12-19 12:03:13 -05:00
parent b16dc0991b
commit 4dd73953f5
5 changed files with 40 additions and 13 deletions

View File

@@ -134,13 +134,20 @@ local plugins = {
{ "tpope/vim-surround", lazy = false },
{ "tpope/vim-fugitive" },
{ "famiu/bufdelete.nvim", lazy = false },
-- { "tpope/vim-fugitive", lazy = false },
{
"lukas-reineke/indent-blankline.nvim",
enabled = false,
},
{
"lewis6991/gitsigns.nvim",
enabled = false,
},
-- To make a plugin not be loaded
-- {
-- "NvChad/nvim-colorizer.lua",