Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
2025-07-10 01:46:08 +09:00
5 changed files with 31 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
return {
"RaafatTurki/hex.nvim",
config = function()
require("hex").setup()
end
}
+6
View File
@@ -0,0 +1,6 @@
return {
"vhyrro/luarocks.nvim",
opts = {
rocks = { "lua-curl", "nvim-nio", "mimetypes", "xml2lua" }
}
}
+11
View File
@@ -0,0 +1,11 @@
return {
"rest-nvim/rest.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
table.insert(opts.ensure_installed, "http")
end,
"j-hui/fidget.nvim"
}
}