From a3eed374349cea75dea01125b55fb9f0a811eba1 Mon Sep 17 00:00:00 2001 From: ray-x Date: Fri, 9 Dec 2022 00:50:13 +1100 Subject: [PATCH] =?UTF-8?q?update=20doc/readme=20for=20the=20dependency.?= =?UTF-8?q?=20=20=F0=9F=A5=85=E2=9A=BD=EF=B8=8F=F0=9F=98=84=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11f5664..f9c03c4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Also Run `TSInstall go` to install the go parser if not installed yet. ### [vim-plug](https://github.com/junegunn/vim-plug) ```vim +Plug "nvim-treesitter/nvim-treesitter" +Plug 'neovim/nvim-lspconfig' Plug 'ray-x/go.nvim' Plug 'ray-x/guihua.lua' ; recommanded if need floating window support ``` @@ -52,6 +54,8 @@ Plug 'ray-x/guihua.lua' ; recommanded if need floating window support ```lua use 'ray-x/go.nvim' use 'ray-x/guihua.lua' -- recommanded if need floating window support +use 'neovim/nvim-lspconfig' +use 'nvim-treesitter/nvim-treesitter' ```