IK
f4aaa7c76f
Merge pull request #2201 from kazukazuinaina/add_readingtime_doc
...
[add] readingtime formatter's document
2020-08-13 00:55:58 +09:00
kazukazuinaina
12f1934d38
[add] readingtime formatter's document
2020-08-13 00:23:51 +09:00
Christian Brabandt
6a1c2a74e9
Merge pull request #2125 from shaine/master
...
Use disabled style for inactive tabs
2020-08-12 15:43:05 +02:00
Christian Brabandt
a294f0cb7e
Merge pull request #2183 from tooSadman/nvim-lsp-support
...
Added support for built-in nvim-lsp
2020-08-12 15:41:47 +02:00
Christian Brabandt
8037c373d0
Merge pull request #2195 from kazukazuinaina/add_wordcount_formatter_readingtime
...
[add] wordcount's reading time formatter
2020-08-12 15:40:26 +02:00
Christian Brabandt
21e47ca5b3
Disable whitespace checking for csv files
...
In addition, add a time limit of 500 ms for detecting the indent
fixes : #2200
2020-08-12 15:38:26 +02:00
kazukazuinaina
f26a01cd02
[add] wordcount's reading time formatter
2020-08-07 00:05:38 +09:00
IK
16935cc666
Merge pull request #2194 from kazukazuinaina/add_new_test
...
[add] new vim version's test
2020-08-06 18:47:28 +09:00
kazukazuinaina
8cd824b4ac
[add] new vim version's test
2020-08-06 18:42:06 +09:00
IK
16f88fe363
Merge pull request #2193 from kazukazuinaina/add_short_path_doc
...
[add] short_path's doc in airline
2020-08-06 01:05:04 +09:00
kazukazuinaina
0e2cc23d49
[add] short_path's doc in airline
2020-08-05 14:15:14 +09:00
tooSadman
782774c0dc
Added support for built-in nvim-lsp
2020-08-03 18:19:26 +03:00
Christian Brabandt
ffa44b8327
Merge pull request #2188 from kazukazuinaina/fix_searchcount_extension
...
[fixup] Release the search restriction and remove unnecessary functions
2020-08-03 15:20:49 +02:00
Christian Brabandt
e4077b1725
Merge pull request #2185 from dcousens/patch-1
...
Fix spelling typo in comment
2020-08-03 14:44:58 +02:00
Christian Brabandt
a836e09e91
Merge pull request #2187 from kazukazuinaina/add_section_c_short_path
...
[add] short_path formatter in section_c
2020-08-03 12:21:44 +02:00
kazukazuinaina
1ca2428f51
[fixup] Release the search restriction and remove unnecessary functions
2020-07-28 16:29:42 +09:00
IK
2a027e992d
Merge pull request #2186 from kazukazuinaina/fix_searchcount_extension
...
[fix] searchcount's extension
2020-07-28 11:14:33 +09:00
kazukazuinaina
7ff5fdc349
fix CI
2020-07-23 16:11:19 +09:00
kazukazuinaina
b322ee6728
[add] short_path formatter in section_c
...
[update] test
2020-07-23 15:58:21 +09:00
kazukazuinaina
19fdf61efe
[fix] CI's error
2020-07-21 14:41:15 +09:00
kazukazuinaina
13a92b1474
[fix] searchcount's extension
2020-07-21 14:08:21 +09:00
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