refactor(nvim): use defaults for nvim-hurl

This commit is contained in:
Price Hiller 2023-07-03 01:06:03 -05:00
parent 49491e6251
commit 4357bea3a6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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")