finally got markdown preview working in nvim

This commit is contained in:
tomit4 2022-04-25 09:12:34 -07:00
parent ad1d5f627b
commit 1abdec74c8
3 changed files with 7 additions and 3 deletions

View file

@ -12,3 +12,7 @@ add notation about using find to list only files in current directory and NOT su
find $dir -maxdepth 1 -type f
Comment out xfce in /etc/lightdm/lightdm.conf
Copy keybindings.lua and packages.lua into ~/.config/nvim/lua run :PackerSync in nvim, and then run :call mkdp#util#install()
You'll then be able to invoke markdown preview with Ctrl+S