From b3848be0d4995d5ae12cf6f6c596c12d0c275d5a Mon Sep 17 00:00:00 2001 From: SL1900 Date: Mon, 17 Nov 2025 21:36:13 +0900 Subject: [PATCH] Disabled rest.nvim plugin --- lua/plugins/rest.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/rest.lua b/lua/plugins/rest.lua index 1f11684..c7d8831 100644 --- a/lua/plugins/rest.lua +++ b/lua/plugins/rest.lua @@ -1,5 +1,6 @@ return { "rest-nvim/rest.nvim", + enabled = false, dependencies = { "nvim-treesitter/nvim-treesitter", opts = function(_, opts)