From 784c98ec781339a4a78a83a80bc948a9d2324443 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 00:15:07 -0600 Subject: [PATCH] Fixed default browser for Markdown Preview --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index b0fd88a..ca04052 100755 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -414,7 +414,7 @@ return require("packer").startup({function() run = "cd app && npm install", setup = function() vim.g.mkdp_filetypes = { "markdown" } - vim.g.mkdp_browser = "firefox" + vim.g.mkdp_browser = "" end, ft = { "markdown" }, }