From e4e13ea9fd02f30016e68c40d37bc4c31aa9c011 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 28 May 2020 19:14:59 +0200 Subject: [PATCH] Reflect changes in the README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c0319d8..b7b4920 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,21 @@ Install the `zls-vscode` extension from [here](https://github.com/zigtools/zls-v } ``` +### Neovim/Vim8 + +- Install the CoC engine from [here](https://github.com/neoclide/coc.nvim). +- Issue `:CocConfig` from within your Vim editor, and the following snippet: +```json +{ + "lanuageserver": { + "zls" : { + "command": "command_or_path_to_zls", + "filetypes": ["zig"] + } + } +} +``` + ## Related Projects - [`sublime-zig-language` by @prime31](https://github.com/prime31/sublime-zig-language) - Supports basic language features