@@ -4,7 +4,7 @@ This project aims to use Vim as a powerful and complete Python IDE. In order
44to do that, we curated a list of awesome plugins available in the community and
55provided an automatic installation procedure for this set.
66
7- <img src =" ./docs/ img/vim.png?raw=true " />
7+ <img src =" ./img/vim.png?raw=true " />
88
99## Installation
1010
@@ -62,11 +62,11 @@ Powered by:
6262Easily navigate your project using:
6363
6464 * File tree explore (Nerdtree)
65- ![ Nerdtree ] ( ./img/nerdtree.gif )
65+ < img src = " ./img/nerdtree.gif " />
6666 * Fuzzy finder based on the file names
67- ![ fuzzy-finder ] ( ./img/fzf.gif )
67+ < img src = " ./img/fzf.gif " />
6868 * File structure (classes, functions, methods).
69- ![ tagbar ] ( ./img/tagbar.gif )
69+ < img src = " ./img/tagbar.gif " />
7070Powered by:
7171
7272 * [ Nerdtree] ( https://github.com/scrooloose/nerdtree )
@@ -77,7 +77,8 @@ Powered by:
7777
7878 * Full text search based on both exact match and fuzzy finder capabilities
7979 * Extremely fast.
80- ![ ripgrep] ( ./img/ripgrep.gif )
80+ <img src =" ./img/ripgrep.gif " />
81+
8182Powered by:
8283
8384 * [ Ripgrep] ( https://github.com/BurntSushi/ripgrep )
0 commit comments