Skip to content

Commit

Permalink
feat: adds markdown preview capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Nov 23, 2022
1 parent 67f19fd commit 7c59b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ return packer.startup(function(use)
use("akinsho/toggleterm.nvim")
use("rcarriga/nvim-notify")
use("ThePrimeagen/vim-be-good")
use("davidgranstrom/nvim-markdown-preview")

if PACKER_BOOTSTRAP then
require("packer").sync()
Expand Down

0 comments on commit 7c59b8f

Please sign in to comment.