Minor README fixes
This commit is contained in:
@@ -6,20 +6,21 @@ This uses Packer as the plugin manager.
|
|||||||
|
|
||||||
# Dependencies #
|
# Dependencies #
|
||||||
|
|
||||||
- neovim
|
|
||||||
- npm
|
|
||||||
- python
|
|
||||||
- python-pynvim
|
|
||||||
- pip
|
|
||||||
- go
|
|
||||||
- rust
|
|
||||||
|
|
||||||
|
|
||||||
# Installation #
|
# Installation #
|
||||||
|
|
||||||
Tested on Arch. Should probably work on most linux distros.
|
## Prerequisites
|
||||||
|
|
||||||
On Arch WSL, you would need to retry by pressing `R` on the `:PackerSync` menu few times to install all the plugins, the first time around. Check [this issue](https://github.com/wbthomason/packer.nvim/issues/456)
|
- Tested on Arch. Should probably work on most linux distros.
|
||||||
|
- On Arch WSL, you would need to retry by pressing `R` on the `:PackerSync` menu few times to install all the plugins, the first time around. Check [this issue](https://github.com/wbthomason/packer.nvim/issues/456)
|
||||||
|
- `neovim`
|
||||||
|
- `npm`
|
||||||
|
- `python`
|
||||||
|
- `python-pynvim`
|
||||||
|
- `pip`
|
||||||
|
- `go`
|
||||||
|
- `rust`
|
||||||
|
|
||||||
```
|
```
|
||||||
make install
|
make install
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ packer.startup({function(u)
|
|||||||
u 'preservim/vim-markdown'
|
u 'preservim/vim-markdown'
|
||||||
u 'vim-pandoc/vim-pandoc-syntax'
|
u 'vim-pandoc/vim-pandoc-syntax'
|
||||||
u ({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = function() V.g.mkdp_filetypes = { "markdown.pandoc" } end, ft = { "markdown" }, })
|
u ({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = function() V.g.mkdp_filetypes = { "markdown.pandoc" } end, ft = { "markdown" }, })
|
||||||
|
|
||||||
-- File tree, telescope
|
-- File tree, telescope
|
||||||
u 'nvim-lua/plenary.nvim'
|
u 'nvim-lua/plenary.nvim'
|
||||||
u 'nvim-tree/nvim-web-devicons'
|
u 'nvim-tree/nvim-web-devicons'
|
||||||
@@ -203,6 +204,9 @@ V.cmd([[
|
|||||||
augroup END
|
augroup END
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
local glow = require('glow')
|
||||||
|
glow.setup()
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
---- Config Section -----
|
---- Config Section -----
|
||||||
--- x --- Keybindings ----
|
--- x --- Keybindings ----
|
||||||
|
|||||||
Reference in New Issue
Block a user