You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ This also requires `curl`, [git](https://git-scm.com), `ruby` support.
15
15
I manage plugins with [vim-plug](https://github.com/junegunn/vim-plug), which is pretty easy to install.
16
16
All plugins settings are defined in the `plug_plugins` folder.
17
17
18
+
-[Fugitive](https://github.com/tpope/vim-fugitive) Requires Git to be installed.
19
+
-[vimwiki](https://github.com/vimwiki/vimwiki) Convert vimwiki to html requires `pandoc` to be installed.
20
+
18
21
## Configuration
19
22
20
23
You can overwrite default configuration and key bindings by using one of
@@ -126,6 +129,14 @@ For more keys, see `:h vimwiki-mappings` or [vimwiki-readme](http://github.com/v
126
129
-`:Vimwiki2HTML`: Convert current wiki link to HTML.
127
130
-`:VimwikiAll2HTML`: Convert all wiki links to HTML.
128
131
132
+
#### Fugitive
133
+
134
+
-`:Git`: Bring up a summary window vaguely akin to git-status.
135
+
-`:Gwrite`: Write to the current file's path and stage the results.
136
+
-`:Gdiffsplit!`: Diff against any and all direct ancestors, retaining focus on the current window.
137
+
138
+
For more information, see `:help fugitive`.
139
+
129
140
## Plugin List
130
141
131
142
<!-- prettier-ignore-start -->
@@ -134,7 +145,9 @@ For more keys, see `:h vimwiki-mappings` or [vimwiki-readme](http://github.com/v
134
145
| ------ | ----------- |
135
146
|[lightline.vim](https://github.com/itchyny/lightline.vim)[:gear:](./plug_plugins/lightline.vim)| A light and configurable statusline/tabline plugin for Vim |
136
147
|[molokai](https://github.com/tomasr/molokai)[:gear:](./plug_plugins/molokai.vim)| Molokai color scheme for Vim |
148
+
|[vim-fugitive](https://github.com/tpope/vim-fugitive)[:gear:](./plug_plugins/vim-fugitive.vim)| fugitive.vim: A Git wrapper so awesome, it should be illegal |
137
149
|[vim-polyglot](https://github.com/sheerun/vim-polyglot)[:gear:](./plug_plugins/vim-polyglot.vim)| A solid language pack for Vim. |
150
+
|[vim-signify](https://github.com/mhinz/vim-signify)[:gear:](./plug_plugins/vim-signify.vim)|:heavy_plus_sign: Show a diff using Vim its sign column. |
138
151
|[vimwiki](https://github.com/vimwiki/vimwiki)[:gear:](./plug_plugins/vimwiki.vim)| Personal Wiki for Vim |
0 commit comments