You first need to have node.js with npm installed.
[sudo] npm -g install instant-markdown-d
- If you're on Linux, the
xdg-utils
package needs to be installed (is installed by default on Ubuntu).- Copy the
after/ftplugin/markdown/instant-markdown.vim
file from this repo into your~/.vim/after/ftplugin/markdown/
(creating directories as necessary), or follow your vim package manager's instructions.- Ensure you have the line
filetype plugin
on in your.vimrc
- Open a markdown file in vim and enjoy!
npm -g install instant-markdown-d
하여 설치
C:\Users\내아이디\AppData\Roaming\npm
아래에 설치된다.
after/ftplugin/markdown/instant-markdown.vim
파일을 자신의 vimfiles 폴더의 after/ftplugin/markdown/instant-markdown.vim
으로 저장한다.