reorder editor plugins in config file
This commit is contained in:
parent
214741277e
commit
b12894691d
|
@ -7,6 +7,14 @@ return {
|
||||||
vim.cmd("colorscheme gruvbox-material")
|
vim.cmd("colorscheme gruvbox-material")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
main = "indent_blankline",
|
||||||
|
opts = {
|
||||||
|
show_current_context = true,
|
||||||
|
show_current_context_start = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"famiu/bufdelete.nvim",
|
"famiu/bufdelete.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
@ -20,14 +28,6 @@ return {
|
||||||
main = "neoscroll",
|
main = "neoscroll",
|
||||||
opts = { },
|
opts = { },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
|
||||||
main = "indent_blankline",
|
|
||||||
opts = {
|
|
||||||
show_current_context = true,
|
|
||||||
show_current_context_start = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"akinsho/bufferline.nvim",
|
"akinsho/bufferline.nvim",
|
||||||
enabled = full_feature,
|
enabled = full_feature,
|
||||||
|
|
Loading…
Reference in a new issue