@@ -4,7 +4,7 @@ This project aims to use Vim as a powerful and complete Python IDE. In order
4
4
to do that, we curated a list of awesome plugins available in the community and
5
5
provided an automatic installation procedure for this set.
6
6
7
- <img src =" ./docs/ img/vim.png?raw=true " />
7
+ <img src =" ./img/vim.png?raw=true " />
8
8
9
9
## Installation
10
10
@@ -62,11 +62,11 @@ Powered by:
62
62
Easily navigate your project using:
63
63
64
64
* File tree explore (Nerdtree)
65
- ![ Nerdtree ] ( ./img/nerdtree.gif )
65
+ < img src = " ./img/nerdtree.gif " />
66
66
* Fuzzy finder based on the file names
67
- ![ fuzzy-finder ] ( ./img/fzf.gif )
67
+ < img src = " ./img/fzf.gif " />
68
68
* File structure (classes, functions, methods).
69
- ![ tagbar ] ( ./img/tagbar.gif )
69
+ < img src = " ./img/tagbar.gif " />
70
70
Powered by:
71
71
72
72
* [ Nerdtree] ( https://github.com/scrooloose/nerdtree )
@@ -77,7 +77,8 @@ Powered by:
77
77
78
78
* Full text search based on both exact match and fuzzy finder capabilities
79
79
* Extremely fast.
80
- ![ ripgrep] ( ./img/ripgrep.gif )
80
+ <img src =" ./img/ripgrep.gif " />
81
+
81
82
Powered by:
82
83
83
84
* [ Ripgrep] ( https://github.com/BurntSushi/ripgrep )
0 commit comments