diff options
| author | Ashish Panigrahi <ashish.panigrahi@protonmail.com> | 2021-07-09 22:07:06 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 09:37:06 -0700 |
| commit | 6f6f512aa5d206a099ce18899eab2ae17625c7fc (patch) | |
| tree | 7dfc6ae0173e3989f41f034a41b2d10c29a578bb /README.md | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
