From d513a76f452ddc638c0ed8fb9353a5226ced9201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 13 Feb 2024 10:31:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20moved=20rest-client?= =?UTF-8?q?=20lualine=20module=20to=20the=202nd=20position=20on=20the=20x?= =?UTF-8?q?=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this change is due to deleting the first module of the x section on the lualine spec plugin --- .config/nvim/lua/plugins/extras/editor/rest-client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/rest-client.lua b/.config/nvim/lua/plugins/extras/editor/rest-client.lua index 5a7b25e4..3d9691c1 100644 --- a/.config/nvim/lua/plugins/extras/editor/rest-client.lua +++ b/.config/nvim/lua/plugins/extras/editor/rest-client.lua @@ -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, }, {