Minor README fixes

This commit is contained in:
cool-mist
2024-02-16 15:23:46 +05:30
parent 375be5e541
commit 70d1825611
2 changed files with 14 additions and 9 deletions
+10 -9
View File
@@ -6,20 +6,21 @@ This uses Packer as the plugin manager.
# Dependencies #
- neovim
- npm
- python
- python-pynvim
- pip
- go
- rust
# 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
+4
View File
@@ -83,6 +83,7 @@ packer.startup({function(u)
u 'preservim/vim-markdown'
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" }, })
-- File tree, telescope
u 'nvim-lua/plenary.nvim'
u 'nvim-tree/nvim-web-devicons'
@@ -203,6 +204,9 @@ V.cmd([[
augroup END
]])
local glow = require('glow')
glow.setup()
--------------------------
---- Config Section -----
--- x --- Keybindings ----