ViEditor/마크다운프리뷰You first need to have node.js with npm installed.
[sudo] npm -g install instant-markdown-d- If you're on Linux, the
xdg-utilspackage needs to be installed (is installed by default on Ubuntu).- Copy the
after/ftplugin/markdown/instant-markdown.vimfile 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 pluginon 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으로 저장한다.