rest plugin added (for nix, install lua51 and luarocks51 among other things)

This commit is contained in:
Aram Markarov
2025-09-15 04:02:54 +02:00
parent b0ef6215f3
commit 60db6956e3
2 changed files with 23 additions and 13 deletions
+17 -7
View File
@@ -123,14 +123,24 @@ return {
},
},
{
"zbirenbaum/copilot.lua",
lazy = true,
cmd = "Copilot",
event = "InsertEnter",
config = function()
require "config.copilot"
end,
"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,
}
},
-- {
-- "zbirenbaum/copilot.lua",
-- lazy = true,
-- cmd = "Copilot",
-- event = "InsertEnter",
-- config = function()
-- require "config.copilot"
-- end,
-- },
{
"mfussenegger/nvim-dap",
config = function()