Update README.md

fixed wording
This commit is contained in:
Sebsatian Keller 2020-12-24 01:04:45 +01:00 committed by GitHub
parent 688028ef16
commit 0ce1ef1ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ Requires Nvim 0.5 (HEAD)!
- Install nvim-lspconfig from [here](https://github.com/neovim/nvim-lspconfig).
- Install zig.vim from [here](https://github.com/ziglang/zig.vim).
nvim-lspconfig ships already a configuration for zls. A simple `init.vim` might look like this:
nvim-lspconfig already ships a configuration for zls. A simple `init.vim` might look like this:
```vim
call plug#begin('~/.config/nvim/plugged')
Plug 'neovim/nvim-lspconfig'