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")
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue