aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAshish Panigrahi <ashish.panigrahi@protonmail.com>2021-07-09 22:07:06 +0530
committerGitHub <noreply@github.com>2021-07-09 09:37:06 -0700
commit6f6f512aa5d206a099ce18899eab2ae17625c7fc (patch)
tree7dfc6ae0173e3989f41f034a41b2d10c29a578bb /README.md
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar.gz
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar.bz2
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar.lz
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar.xz
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.tar.zst
nvim-lspconfig-6f6f512aa5d206a099ce18899eab2ae17625c7fc.zip
docs: fix typo in vim-plug instructions (#1044)
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 8f53b692..7d580e40 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ These features are not implemented in this repo, but in Neovim core. See `:help
* Install nvim-lspconfig like any other Vim plugin, e.g. with [vim-plug](https://github.com/junegunn/vim-plug):
```vim
-:Plug 'neovim/nvim-lspconfig'
+Plug 'neovim/nvim-lspconfig'
```
## Quickstart