finally got markdown preview working in nvim
This commit is contained in:
parent
ad1d5f627b
commit
1abdec74c8
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue