plugins: markdown-preview.nvim

* NEW Removes livedown preview.
* NEW Adds markdown-preview.nvim.
* NEW Updates the README.

Signed-off-by: iGor milhit <igor@milhit.ch>
server
iGor milhit 2019-04-16 15:55:11 +02:00
parent 261b0d4764
commit 8e27827f3f
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
2 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,7 @@ Firstly, I don't use any more `pathogen` for the management of plugins, but `vim
1. `neovim`
2. `git`
3. `nodejs` et `npm`
3. `nodejs`, `yarn`
## Installation
@ -34,8 +34,4 @@ cd $HOME/neovim/colors #or the dir. where you've clone this repository
ln -s ../plugged/vim-colors-solarized/colors/solarized.vim solarized.vim
```
For `vim-livedown`, the `node` `livedown` package needs to be installed globally:
`npm install -g livedown`
For `InstantRst`, the python package `instant-rst` is needed. See the [documentation](https://github.com/Rykka/InstantRst#1install).

View File

@ -135,7 +135,7 @@ Plug 'tpope/vim-sensible'
Plug 'vim-syntastic/syntastic'
Plug 'godlygeek/tabular'
Plug 'dhruvasagar/vim-table-mode', { 'on': 'TableModeEnable' }
Plug 'shime/vim-livedown', { 'on': 'LivedownPreview' }
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install' }
Plug 'elzr/vim-json'
Plug 'osyo-manga/vim-over', { 'on': 'OverCommandLine' }
Plug 'Rykka/riv.vim'