refactor: UI modules order
This commit is contained in:
parent
9401d973d6
commit
99ef428217
@ -8,23 +8,6 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"echasnovski/mini.indentscope",
|
|
||||||
opts = {
|
|
||||||
draw = {
|
|
||||||
animation = require("mini.indentscope").gen_animation.none(),
|
|
||||||
},
|
|
||||||
symbol = "┆",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"SmiteshP/nvim-navic",
|
|
||||||
opts = function(_, opts)
|
|
||||||
opts.highlight = false
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
@ -71,4 +54,23 @@ return {
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"echasnovski/mini.indentscope",
|
||||||
|
opts = {
|
||||||
|
draw = {
|
||||||
|
animation = require("mini.indentscope").gen_animation.none(),
|
||||||
|
},
|
||||||
|
symbol = "┆",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"SmiteshP/nvim-navic",
|
||||||
|
opts = function(_, opts)
|
||||||
|
opts.highlight = false
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- vim: fdm=indent fdl=2
|
||||||
|
Loading…
Reference in New Issue
Block a user