Added luarocks and rest plugins

This commit is contained in:
2025-06-06 07:31:34 +09:00
parent 90782ff7e9
commit 5a18e193bf
2 changed files with 17 additions and 0 deletions
+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"
}
}