🐛 fix(nvim): moved rest-client lualine module to the 2nd position on the x section
this change is due to deleting the first module of the x section on the lualine spec plugin
This commit is contained in:
parent
2a34b0099a
commit
d513a76f45
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ return {
|
|||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sections.lualine_x, 1, "rest")
|
||||
table.insert(opts.sections.lualine_x, 2, "rest")
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue