..
This commit is contained in:
@@ -126,8 +126,21 @@ local plugins = {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
lazy = false,
|
||||
opts = { max_lines = 6 },
|
||||
},
|
||||
|
||||
{ "tpope/vim-surround", lazy = false },
|
||||
|
||||
{ "tpope/vim-fugitive" },
|
||||
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
|
||||
-- To make a plugin not be loaded
|
||||
-- {
|
||||
-- "NvChad/nvim-colorizer.lua",
|
||||
|
||||
Reference in New Issue
Block a user