From 847856ea9763d83e8798f2e920f2cd81f0f5bf25 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 14 May 2024 17:54:44 -0400 Subject: [PATCH] 599 current 2024-05-14 17:54:40 24.05.20240512.2057814 6.8.6-zen1 * --- .../vim/config/lua/plugins/tools/rest.lua | 14 +++++++------- modules/home-manager/vim/default.nix | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua index ac953b2..fc420ff 100644 --- a/modules/home-manager/vim/config/lua/plugins/tools/rest.lua +++ b/modules/home-manager/vim/config/lua/plugins/tools/rest.lua @@ -1,9 +1,9 @@ return { - -- { - -- "rest-nvim/rest.nvim", - -- ft = "http", - -- config = function() - -- require("rest-nvim").setup() - -- end, - -- }, + { + "rest-nvim/rest.nvim", + ft = "http", + config = function() + require("rest-nvim").setup() + end, + }, } diff --git a/modules/home-manager/vim/default.nix b/modules/home-manager/vim/default.nix index f8e8caa..d0897c6 100644 --- a/modules/home-manager/vim/default.nix +++ b/modules/home-manager/vim/default.nix @@ -49,7 +49,6 @@ in { ]; plugins = [ pkgs.vimPlugins.lazy-nvim # All other plugins are managed by lazy-nvim - pkgs.vimPlugins.rest-nvim ]; };