From 4357bea3a6559d655b5441508979569dc2d02840 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 3 Jul 2023 01:06:03 -0500 Subject: [PATCH] refactor(nvim): use defaults for nvim-hurl --- dots/.config/nvim/lua/plugins/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/plugins.lua b/dots/.config/nvim/lua/plugins/plugins.lua index b8337216..b38100b0 100755 --- a/dots/.config/nvim/lua/plugins/plugins.lua +++ b/dots/.config/nvim/lua/plugins/plugins.lua @@ -94,7 +94,7 @@ lazy.setup({ "nvim-treesitter/nvim-treesitter-context", "windwp/nvim-ts-autotag", "nvim-treesitter/nvim-treesitter-textobjects", - { "pfeiferj/nvim-hurl", opts = { color = false } }, + { "pfeiferj/nvim-hurl", opts = {} }, }, config = function() require("plugins.configs.treesitter")