🐛 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:
Sergio Laín 2024-02-13 10:31:18 +01:00
parent 2a34b0099a
commit d513a76f45
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,
},
{