diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-13 12:21:43 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-13 12:26:31 +0200 |
commit | fd878d414445dd5eaf7ef697edd027d52d656806 (patch) | |
tree | ccadc8073de882e901774dcd2a3ec81c6d7a2adb | |
parent | 5d8954d9905412d31c79e206765fa54a13c3d3c9 (diff) |
nvim: Simpler MarkdownPreview lazy-loading
-rw-r--r-- | .config/nvim/lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index e5aacb7..9490416 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -192,9 +192,6 @@ local plugins = { { 'iamcco/markdown-preview.nvim', ft = "markdown", - run = function() - vim.fn['mkdp#util#install']() - end, }, } |