feat(nvim): add hurl support
This commit is contained in:
parent
27ca7913d2
commit
700b4020df
5
dots/.config/nvim/after/ftplugin/hurl.lua
Normal file
5
dots/.config/nvim/after/ftplugin/hurl.lua
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
vim.keymap.set("n", "<leader>fr", "<Cmd>Hurl<CR>", {
|
||||||
|
buffer = true,
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.opt_local.commentstring = "# %s"
|
@ -94,6 +94,7 @@ lazy.setup({
|
|||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
"windwp/nvim-ts-autotag",
|
"windwp/nvim-ts-autotag",
|
||||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
|
{ "pfeiferj/nvim-hurl", opts = { color = false } },
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.treesitter")
|
require("plugins.configs.treesitter")
|
||||||
|
Loading…
Reference in New Issue
Block a user