fix(nvim-plugins)

This commit is contained in:
thek4n 2024-04-12 14:37:36 +03:00
parent 588e3a5012
commit 0a047c707c

View File

@ -1,6 +1,6 @@
return { return {
"thek4n/postman.nvim", "thek4n/postman.nvim",
config = function() config = function()
require("postman").setup() vim.keymap.set("n", "<Leader>rl", '<cmd>PostmanExec<CR>')
end end
} }