🗑️ remove(nvim): lualine module from the rest-client extra

didnt want it to load on start
This commit is contained in:
Sergio Laín 2024-02-14 23:32:02 +01:00
parent b0457f3fba
commit 690ea6e6bf
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -63,12 +63,6 @@ return {
{ "<leader>sv", function() require("telescope").extensions.rest.select_env() end, desc = "Env Files" }, { "<leader>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", "folke/which-key.nvim",
opts = { opts = {