Daniel Cousens
7bb3ec24ba
Fix spelling typo in comment
2020-07-20 21:41:59 +10:00
Christian Brabandt
7fc51f6952
Merge pull request #2181 from cdelledonne/master
...
Add support for cdelledonne/vim-cmake
2020-07-17 19:36:00 +02:00
Carlo Delle Donne
72a19ed9ed
Add support for cdelledonne/vim-cmake
2020-07-17 15:14:40 +02:00
Christian Brabandt
b6d6485a90
Merge pull request #2176 from konafx/master
...
Add fern.vim support
2020-07-14 16:10:21 +02:00
konafx
a7716dec4d
Add extension for fern.vim
2020-07-14 22:54:55 +09:00
Christian Brabandt
f655add4e9
hunks: do not add trailing whitespace when branch extension is disabled
...
fixes #2177
2020-07-14 14:03:17 +02:00
Christian Brabandt
767107070e
Merge pull request #2175 from skeept/patch-1
...
don't rely on NR for checking that NrrRgn is loaded
2020-07-14 11:36:33 +02:00
skeept
c4ee72f2d9
don't rely on NR for checking that NrrRgn is loaded
...
This fixes issue when using Plug to conditionally loading NrrRgn:
Plug 'chrisbra/NrrwRgn', {'on': ['NR', 'NW', 'NRV', 'NW', 'NarrowRegion']}
The command will exist but the plugin has not been loaded yet which gives a warning message.
2020-07-09 11:16:23 -05:00
Christian Brabandt
768bd0f5c6
Merge pull request #2158 from larrybradley/fix-venv
...
Fix handling of virtualenv and poetv plugins
2020-07-09 08:42:32 +02:00
Christian Brabandt
08bab60614
Merge pull request #2174 from nomasprime/dynamically_resize_section_z
...
Dynamically resize section Z
2020-07-09 08:41:45 +02:00
Rick Jones
46c35b80a1
Make appending airline_right_alt_sep conditional on it not being empty (wordcount)
...
Was appending a redundant space when airline_right_alt_sep was empty.
2020-07-08 23:46:00 +01:00
Rick Jones
ee4afdeedb
Dynamically resize section Z
...
Resolves : #2168
2020-07-08 23:46:00 +01:00
IK
2fec415a5d
Merge pull request #2165 from kazukazuinaina/add_searchcount_document
...
[add] searchcount's document
2020-07-08 18:12:23 +09:00
kazukazuinaina
416897c73d
[add] searchcount's document
2020-07-08 18:09:05 +09:00
Christian Brabandt
0a0d61af6c
fzf: do not check for loaded fzf
...
closes #2163
2020-07-08 08:47:59 +02:00
Christian Brabandt
48d49075ec
Merge pull request #2171 from nickspoons/omnisharp-extension
...
Add OmniSharp extension to display server status
2020-07-08 08:39:02 +02:00
nickspoons
fab4a02838
Add OmniSharp extension to display server status
2020-07-08 16:32:07 +12:00
Christian Brabandt
b843321428
Merge pull request #2166 from fvictorio/patch-1
...
Fix link to localsearch repo
2020-07-05 11:26:07 +02:00
Franco Victorio
7cd12641c7
Fix link to localsearch repo
2020-07-04 17:42:23 -03:00
Christian Brabandt
ba9b3e1839
Merge pull request #2161 from kazukazuinaina/add_support_searchcount
...
[RFC] Add support for searchcount extension
2020-06-29 09:25:56 +02:00
Christian Brabandt
cb03578a7c
Merge pull request #2164 from Freed-Wu/master
...
Fix bug of keyboard_layout
2020-06-29 09:24:48 +02:00
wzy
b96e02c649
Fix bug of keyboard_layout
...
when `keyboard_layout==''`, `let keyboard_layout = split(keyboard_layout, '\.')[-1]` will return an error.
2020-06-29 13:44:13 +08:00
kazukazuinaina
2d9e88794d
delete redrawstatus
...
This is unnecessary. Removing it will still work properly and improve performance.
2020-06-28 06:37:29 +09:00
kazukazuinaina
2c45d3c1aa
[add] support fot searchcount extension
2020-06-28 05:57:55 +09:00
IK
d0aaa061c2
Merge pull request #2157 from kazukazuinaina/add_terminalMode_color_palette
...
[add] terminal mode's color palette
2020-06-26 17:55:02 +09:00
kazukazuinaina
476bba726c
[add] terminal mode's color palette
...
Neovim returns a has('terminal') of 0.
Therefore, this conditional branch is not needed.
2020-06-25 00:33:27 +09:00
Christian Brabandt
8be6a2ecd5
Merge pull request #2156 from kazukazuinaina/add_fzf_extension_doc
...
[add] fzf integration's document
2020-06-22 08:41:50 +02:00
Christian Brabandt
bc8fdfe946
terminal: correctly shorten terminal tabline
...
If there is a single terminal window in the current tabpage, the whole
long command will be displayed in the tabline, even when it should be
shortened by default.
By default the title will not be shown if there are several windows in
the current tabpage, but if there is only one single terminal window, it
will still be shown (and might be a bit long). But I guess, it is better
to just show a possible too long terminal window name, than not show
anything).
fixes #2126
2020-06-21 22:31:43 +02:00
kazukazuinaina
bcabad32cf
[add] fzf integration's document
2020-06-20 07:43:19 +09:00
Larry Bradley
e352adda69
Fix handling of virtualenv and poetv plugins
2020-06-19 11:07:06 -04:00
Christian Brabandt
5ce3e63658
Merge pull request #2146 from noisysocks/master
...
Support fzf and fzf.vim
2020-06-19 11:45:34 +02:00
Christian Brabandt
e58c4a493c
Merge pull request #2155 from kazukazuinaina/update_license_year
...
[update] wordcount's formatter's license year
2020-06-19 09:49:35 +02:00
kazukazuinaina
cc6d3a7df1
[update] wordcount's formatter's license year
2020-06-19 03:28:21 +09:00
Robert Anderson
88894aa0ad
Support fzf and fzf.vim
...
Adds a slightly nicer statusline for the terminal buffers created by the
fzf and fzf.vim plugins.
https://github.com/junegunn/fzf
https://github.com/junegunn/fzf.vim
2020-06-13 10:31:29 +10:00
IK
ee85ed4c67
Merge pull request #2150 from kazukazuinaina/update_licence_year_extension
...
[update] license's year in airline's extension
2020-06-11 19:02:01 +09:00
kazukazuinaina
fab1ee3117
[update] license's year in airline's extension
2020-06-11 05:26:04 +09:00
Christian Brabandt
90f7210413
Merge pull request #2149 from nomasprime/add_update_highlights_docs
...
Add update highlights docs
2020-06-09 18:37:14 +02:00
Rick Jones
8177d63e07
Add update highlights docs
...
Resolves : #1404
2020-06-06 16:13:02 +01:00
IK
d221dc5312
Merge pull request #2143 from PratikBhusal/master
...
vim-dirvish: Fixed bugs, added include guards and documentation
2020-05-31 09:15:55 +09:00
PratikBhusal
de76234a0e
vim-dirvish: Fixed bugs and added better include guards
...
Fixes issue #2142 .
These changes primarily focused on making the include guards more robust
and simplify how the path for w:airline_section_c was generated.
Credits goes to @kazukazuinaina for improving on my original
implementation.
2020-05-30 00:25:56 -05:00
Christian Brabandt
0de31196b6
Merge pull request #2139 from PratikBhusal/master
...
Add vim-dirvish support
2020-05-29 23:12:46 +02:00
Christian Brabandt
6ddda74126
Merge pull request #2141 from kazukazuinaina/add_extension_unite_denite
...
[add] unite and denite's config
2020-05-29 23:11:50 +02:00
Christian Brabandt
64c0374423
Merge pull request #2138 from kazukazuinaina/update_CONTRIBUTING.md
...
[update] CONTRIBUTING.md
2020-05-29 23:11:07 +02:00
kazukazuinaina
b929452f32
[add] unite and denite's config
...
[add] document
2020-05-29 18:20:01 +09:00
Christian Brabandt
c744fb81b6
Merge pull request #2140 from xerus2000/patch-1
...
Update README.md
2020-05-27 11:50:16 +02:00
Janek
ba2c1b4e25
Update README.md
2020-05-27 10:45:28 +02:00
PratikBhusal
e0838c704a
Added vim-dirvish support
...
Matched VCS format of Netrw to only show branch name.
Filetype hidden as it is a duplicate on the left side.
File encoding hidden as it does not matter in dirvish buffer.
Removed unnecessary current column information
2020-05-25 19:34:52 -05:00
kazukazuinaina
d232ec08b9
[update] CONTRIBUTING.md
2020-05-24 08:09:20 +09:00
IK
3fa0e0ce0c
Merge pull request #2131 from kazukazuinaina/update-changelog
...
[update] CHANGELOG.md
2020-05-23 05:09:11 +09:00
IK
e23978fb68
Merge pull request #2137 from kazukazuinaina/refactoring_vimagit
...
[refactor] vimagit's extension
2020-05-22 23:21:46 +09:00