From 9caff063f23c95eef6fdf5c4a45a1f7c8100de4b Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Mon, 15 Jul 2019 17:38:13 +0900 Subject: [PATCH] Update the reference to coc#config() --- coc.nvim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coc.nvim.md b/coc.nvim.md index a6a8a9a..22edcc7 100644 --- a/coc.nvim.md +++ b/coc.nvim.md @@ -19,7 +19,7 @@ Open config file with command `:CocConfig` } ``` -Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/2e93b1feff57e41a04c9f714c61c025e2d17eaa3/doc/coc.txt#L625). +Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020). First example: @@ -94,4 +94,4 @@ nn xv :call CocLocations('ccls','$ccls/vars') nn xV :call CocLocations('ccls','$ccls/vars',{'kind':1}) nn xx x -``` +``` \ No newline at end of file