Commit Graph

164 Commits

Author SHA1 Message Date
Simon Truscott 46f0a12bae hunks: add support for gitsigns.nvim
Refactor s:get_hunks_coc() so that parsing the hunk status can be reused
by s:get_hunks_gitsigns().

Reorder s:get_hunks_coc() for consistent ordering with related code.

Give gitsigns.nvim priority over coc-git when selecting b:source_func in
hunks#get_raw_hunks().
2023-01-01 11:46:28 +11:00
amarakon 3fe71a6ce6 Remove trailing whitespace 2022-09-30 23:25:47 -04:00
Michael e581972997
Update old link
Because the repository owner changed
2022-08-03 17:23:43 +02:00
Tama McGlinn 2ed11e9536 Add support for flog with git status summary 2021-11-25 18:09:40 -05:00
Kid c32215e94b
Update vim-lawrencium link 2021-01-05 17:17:57 +08:00
Bailey Ling 5601c0928e Happy new year! 2021-01-01 12:57:00 +00:00
Bailey Ling 60083f35a8 Update maintainers list 2021-01-01 12:54:47 +00:00
kazukazuinaina c0160d93a8 [update] CI's badge and [update] CHANGELOG.md 2020-12-09 16:56:04 +09:00
Whisperity 2762f7e6e5 [battery.vim] Move indicator to non-overwriting position if window big enough 2020-10-12 17:58:47 +02:00
Krishna Biradar a738664dcc
Update README.md
Fix typo
2020-08-20 22:43:42 +05:30
Carlo Delle Donne 72a19ed9ed Add support for cdelledonne/vim-cmake 2020-07-17 15:14:40 +02:00
Janek ba2c1b4e25 Update README.md 2020-05-27 10:45:28 +02:00
Christian Brabandt eff4828b37
README: fix saythanks link
unfortunately, saythanks broke and since it has been restored, the links
changed. So fix it here again.
2020-04-20 08:11:35 +02:00
kazukazuinaina cce6b55a27 [add] coc-git section in README 2020-04-17 16:57:54 +09:00
kazukazuinaina dd72442fee [fix] github_actions's url 2020-03-18 02:52:17 +09:00
Jackson Bailey 9bbeb75dd8 Specify the full helptags command 2020-02-20 13:34:29 -05:00
kazukazuinaina 0654fec1be [fix] github action's url in README 2020-02-07 17:10:15 +09:00
Christian Brabandt 73502997ff
Merge branch 'master' into add_github_actions 2020-02-07 08:39:41 +01:00
kazukazuinaina a6a3eab8d9 [add] github actions
[add] github actions's batch in README

[update] yml
2020-02-07 05:14:16 +09:00
kazukazuinaina 5e470bcf0b [update]travis-ci's badge 2020-02-07 04:59:37 +09:00
kazukazuinaina 52175cec3d [fix] nerdtree's url
[fix] nerdtree's url in README
2020-01-28 17:40:25 +09:00
kazukazuinaina cf6dcf5e19 update license's year in vim-airline 2020-01-06 11:22:49 +09:00
Christian Brabandt 826561daf3
say thanks 2019-06-04 08:30:57 +02:00
Benjamin Leopold a0c9198fa2
Update README.md: update link(38) to vim-ctrlspace 2019-05-30 10:17:56 -04:00
Christian Brabandt c8a36e14e9
Updated Copyright Statements 2019-03-25 12:29:47 +01:00
Christian Brabandt 4078688305
README.md: move section header 2019-02-04 10:38:11 +01:00
Christian Brabandt 96d42317b1
Update README.md 2019-02-04 10:37:34 +01:00
Jesse Hallett a92b12e1c6 Implement extension to report errors and warnings from LanguageClient plugin 2018-09-09 23:53:08 -04:00
Darren Kavanagh a280ea4a18
Update README.md
Fix typo and grammar.
2018-05-12 18:59:29 -07:00
mox 00f718691a Adding localsearch extension (code and documentation). See https://github.com/mox-mox/vim-localsearch 2018-04-09 00:47:23 +02:00
Kyle Holzinger 66991f53fa add to docs 2017-12-28 16:08:32 -05:00
Christian Brabandt 4a1f65841c
README: mention how to use pack feature for install
fixes #1594
2017-11-15 08:06:17 +01:00
Christian Brabandt 1f84ad886c
README: still some problems 2017-11-15 07:58:22 +01:00
Christian Brabandt c88dca5c96
README: still some problems with the table
(I hate markdown)
2017-11-15 07:54:50 +01:00
Christian Brabandt dd368b3e31
README: one more fix for the table 2017-11-15 07:51:48 +01:00
Christian Brabandt 20a6fe2b9f
README: Fix table 2017-11-14 23:44:52 +01:00
Christian Brabandt f3aae5f72b
README: show a screenshot and document what this plugin does
fixes #1589
2017-11-14 23:43:04 +01:00
Christian Brabandt ea46192561
README: remove laststatus section
closes #1560
2017-09-05 07:25:26 +02:00
Christian Brabandt 571f892fcd
README: mention how to fix performance problems 2017-09-01 12:01:43 +02:00
Christian Brabandt e7d18fe427
Updated README.md mention correct Vundle repo 2017-06-24 17:05:24 +02:00
Christian Brabandt ac032b752a Fix missing backquote 2017-06-24 13:43:46 +02:00
Christian Brabandt b101175683 Mention minpac installation 2017-06-24 13:42:13 +02:00
Maxim Gonchar 8e64138ef4 Add vimtex support
Indicates:
- whether the file is considered to be main or local
- whether the viewer is opened
- whether the compilation is running
- whether the compilation is continuous

Added:

* `vimtex` existence check
* variables documentation

TODO: readme and a screenshot

Update readme.md

Update doc

Update screenshot url
2017-05-08 13:07:13 +03:00
Michael Noronha bcb52a1feb Add dein.vim to plugins-managers 2017-05-02 12:58:52 -05:00
Grayson Wright e14f6579d7 [format] Display install instructions in a table
Previously, the instructions were displayed in a list without nesting,
and were hard to follow.

Since all the install commands are essentially one-liners,
a table makes it easy to look them up by package manager.
2017-03-26 13:19:09 -07:00
Thomas Dy c9a0c62b1b Add support for denite 2017-03-15 16:41:50 +08:00
Jerome Reybert a1db013d3f Add vimagit extension 2017-01-19 14:02:53 +01:00
Christian Brabandt 85cbdd8de3 Add link to xkblayout extension 2017-01-18 09:58:33 +01:00
Theodore Dubois a314038280 add vim-bufmru to the list of integrated plugins 2016-11-05 09:16:03 -07:00
Misha Brukman 2dc2748804 Remove Bitdeli as it's defunct. 2016-10-14 10:36:21 +02:00