From 690ea6e6bffe21dd368fffbc1369b669e20bf2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 14 Feb 2024 23:32:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20lualine?= =?UTF-8?q?=20module=20from=20the=20rest-client=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit didnt want it to load on start --- .config/nvim/lua/plugins/extras/editor/rest-client.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/rest-client.lua b/.config/nvim/lua/plugins/extras/editor/rest-client.lua index 3d9691c1..003f32df 100644 --- a/.config/nvim/lua/plugins/extras/editor/rest-client.lua +++ b/.config/nvim/lua/plugins/extras/editor/rest-client.lua @@ -63,12 +63,6 @@ return { { "sv", function() require("telescope").extensions.rest.select_env() end, desc = "Env Files" }, }, }, - { - "nvim-lualine/lualine.nvim", - opts = function(_, opts) - table.insert(opts.sections.lualine_x, 2, "rest") - end, - }, { "folke/which-key.nvim", opts = {