feat(nvim): add hurl support

This commit is contained in:
Price Hiller 2023-06-30 21:34:16 -05:00
parent 27ca7913d2
commit 700b4020df
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
vim.keymap.set("n", "<leader>fr", "<Cmd>Hurl<CR>", {
buffer = true,
})
vim.opt_local.commentstring = "# %s"

View File

@ -94,6 +94,7 @@ lazy.setup({
"nvim-treesitter/nvim-treesitter-context",
"windwp/nvim-ts-autotag",
"nvim-treesitter/nvim-treesitter-textobjects",
{ "pfeiferj/nvim-hurl", opts = { color = false } },
},
config = function()
require("plugins.configs.treesitter")