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
parent
261b0d4764
commit
8e27827f3f
|
@ -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).
|
||||
|
|
2
init.vim
2
init.vim
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue