diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index 6eae6bb..e11bb80 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -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',