aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-07 14:34:05 -0800
committerMichael Lingelbach <m.j.lbach@gmail.com>2021-01-07 14:34:05 -0800
commitcdf98d7fd022f1b05762678e7d116fb48c0f6d2b (patch)
treed8accf88b70b1da35d07a5497ea8c3a0fa1842a5 /README.md
parentMerge pull request #549 from mjlbach/readme_updates (diff)
downloadnvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar.gz
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar.bz2
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar.lz
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar.xz
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.tar.zst
nvim-lspconfig-cdf98d7fd022f1b05762678e7d116fb48c0f6d2b.zip
readme: fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9272fd0b..b1c2dd70 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ that are installed on your system.
:Plug 'neovim/nvim-lspconfig'
```
## Quickstart
-1. Install a language server, e.g. [pyright](CONFIG.md#pyright) via npm -i -g pyright" `npm i -g pyright`
+1. Install a language server, e.g. [pyright](CONFIG.md#pyright) via `npm i -g pyright`
2. Install `nvim-lspconfig` via your plugin manager
3. Add the language server setup to your init.vim. The server name must match those found in the table of contents in [CONFIG.md](CONFIG.md)
```vim