refactor(nvim): set nvim hurl to remote installation

This commit is contained in:
Price Hiller 2023-07-19 14:22:36 -05:00
parent 69fdebf5f8
commit 0becfe8506
No known key found for this signature in database

View File

@ -95,7 +95,7 @@ lazy.setup({
"nvim-treesitter/playground",
"windwp/nvim-ts-autotag",
"nvim-treesitter/nvim-treesitter-textobjects",
{ "pfeiferj/nvim-hurl", opts = {}, dev = true },
{ "pfeiferj/nvim-hurl", config = true, },
},
config = function()
require("plugins.configs.treesitter")