diff --git a/home/user/.config/nvim/lua/base/plugins/postman.lua b/home/user/.config/nvim/lua/base/plugins/postman.lua index 5782305..9ebd721 100644 --- a/home/user/.config/nvim/lua/base/plugins/postman.lua +++ b/home/user/.config/nvim/lua/base/plugins/postman.lua @@ -1,6 +1,6 @@ return { "thek4n/postman.nvim", config = function() - require("postman").setup() + vim.keymap.set("n", "rl", 'PostmanExec') end } \ No newline at end of file