reorder editor plugins in config file

This commit is contained in:
leafee98 2023-07-12 11:42:17 +08:00
parent 214741277e
commit b12894691d

View file

@ -7,6 +7,14 @@ return {
vim.cmd("colorscheme gruvbox-material")
end
},
{
"lukas-reineke/indent-blankline.nvim",
main = "indent_blankline",
opts = {
show_current_context = true,
show_current_context_start = true,
},
},
{
"famiu/bufdelete.nvim",
lazy = false,
@ -20,14 +28,6 @@ return {
main = "neoscroll",
opts = { },
},
{
"lukas-reineke/indent-blankline.nvim",
main = "indent_blankline",
opts = {
show_current_context = true,
show_current_context_start = true,
},
},
{
"akinsho/bufferline.nvim",
enabled = full_feature,