refactor: UI modules order

This commit is contained in:
Michel 2023-10-03 14:53:25 +02:00
parent 9401d973d6
commit 99ef428217
1 changed files with 19 additions and 17 deletions

View File

@ -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