From 4739722774f46357817664fcb744e71272b32db3 Mon Sep 17 00:00:00 2001 From: ray-x Date: Sat, 25 Dec 2021 17:14:55 +1100 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daf5b47..83de30b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ - A plugin combines the power of LSP and 🌲🏡 Treesitter together. Not only provids a better highlight but also help you analyse symbol context effectively. +- [![a short intro of navigator](https://user-images.githubusercontent.com/1681295/147378701-013213fa-7961-45c5-b478-553298cc36d7.jpeg)](https://youtu.be/P1kd7Y8AatE) + Here are some examples #### Example: Javascript closure @@ -152,7 +154,7 @@ Plug 'neovim/nvim-lspconfig' Plug 'ray-x/guihua.lua', {'do': 'cd lua/fzy && make' } Plug 'ray-x/navigator.lua' -" Plug 'hrsh7th/nvim-compe' and other plugins you commenly use... +" Plug 'hrsh7th/nvim-cmp' and other plugins you commenly use... " optional, if you need treesitter symbol support Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}