ajout d'un client http à tester
parent
f7876532d6
commit
c8e3e5afa3
|
|
@ -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',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue