refactor(nvim): use defaults for nvim-hurl
This commit is contained in:
parent
49491e6251
commit
4357bea3a6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user