ajout d'un client http à tester

main
Gil Portenseigne 2024-01-02 08:06:29 +01:00
parent f7876532d6
commit c8e3e5afa3
1 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,18 @@ require('lazy').setup({
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
-- http client à tester
-- plugins/rest.lua
{
"rest-nvim/rest.nvim",
dependencies = { { "nvim-lua/plenary.nvim" } },
config = function()
require("rest-nvim").setup({
--- Get the same options from Packer setup
})
end
},
-- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',