Christian Brabandt
fdafa44b2f
Merge pull request #2068 from fx-carton/master
...
Add support for vim-lsp
2020-03-02 13:05:19 +01:00
François-Xavier Carton
0860036454
Add support for vim-lsp
2020-03-01 00:41:33 +01:00
Christian Brabandt
0b26834648
Merge pull request #2069 from kazukazuinaina/gina_refactoring
...
[update] gina's extensions
2020-02-21 09:07:35 +01:00
kazukazuinaina
fc09bf751a
[update] gina's extensions in extensions dir
...
fix typo and add section_b
[add] extension gina
[add] unstaged extensions
[fix] typo
[Done] gina refactoring
[fix] document
[fix] gina's spell
[add] abort
2020-02-17 22:43:07 +09:00
Johannes Wienke
5c1f3b426b
Always obey the poetv#enabled setting
...
Do not silently enable an extension even though the `enabled` setting is false.
This would resolve #2058
2020-02-01 22:01:00 +01:00
kazukazuinaina
70c91d70c5
[fix] can display loaded extension in g:airline_extensions
...
[fix] continue check
2020-01-27 07:11:24 +09:00
David Lukes
ce45960049
Suggest fix for #2045
2020-01-24 12:46:07 +01:00
kazukazuinaina
f0317f6dd4
update preview in extensions.vim
2020-01-12 01:27:24 +09:00
kazukazuinaina
cf6dcf5e19
update license's year in vim-airline
2020-01-06 11:22:49 +09:00
petobens
98f03df8e5
Add poetv extension
2019-12-30 10:37:03 -03:00
kazukazuinaina
61bcec3b57
add vaffle extension
2019-12-26 17:03:15 +09:00
kazukazuinaina
44b1e3df5d
can choice to use gina's extension
...
fix typo
add v:version >= 800and remove v:version > 704
fix CI error
2019-12-18 00:44:47 +09:00
kazukazuinaina
f8e1f85fde
add gina support for vim-airline's branch
...
add check gina in util.vim
fix typo
add gina check
fix typo
add gina.vim's url in doc
fix typo
delete v:version > 800
fix error
2019-12-14 04:10:46 +09:00
Christian Brabandt
e395afed51
vista: init extension on VimEnter
...
closes #2009
2019-12-13 08:56:26 +01:00
kazukazuinaina
b1ca153b72
add gina's some extensions
...
add gina-ls
2019-12-06 17:26:08 +09:00
kazukazuinaina
806f071348
add :Gina branch command support
2019-12-02 11:54:38 +09:00
kazukazuinaina
17ec87f503
substitute/NERDtree/NERDTree
2019-11-15 15:50:36 +09:00
kazukazuinaina
8a3eeddc80
update nerdtree's statusline
...
add let g:airline#extensions#nerdtree_statusline's documentation
2019-11-11 21:11:36 +09:00
kazukazuinaina
073d760689
add fugitive statusline
2019-11-10 09:47:43 +09:00
kazukazuinaina
62ec219601
gina: Enable gina.vim, only for Vim > 7.4.1898
...
gina.vim needs the `<mods>` feature to work correctly. Therefore check
that Vim has at least patch 7.4.1898 included before using and accessing
the gina plugin.
fixes #1984
2019-10-24 12:57:33 +02:00
Christian Brabandt
6d665580a3
term: allow to disable the term extension
...
closes #1981
2019-10-16 18:07:35 +02:00
kazukazuinaina
62f2dc02f0
Add support for gina.vim
...
add gina-tag command
add help about gina.vim
update CHANGELOG.md
closes #1979
2019-10-02 15:17:26 +02:00
shmaryar
28dcb68bf3
Add vista.vim ( https://github.com/liuchengxu/vista.vim ) integration
2019-07-23 09:38:14 +02:00
Peng Guanwen
b3ecf49f86
Coc integration
2019-05-29 21:20:20 +08:00
Christian Brabandt
cd2884abf1
bookmark: do not error out, if the plugin isn't installed
...
fixes #1912
2019-05-03 12:37:17 +02:00
Bjoern Petri
f1529ce051
vim-bookmark extension
2019-05-03 10:44:09 +02:00
Christian Brabandt
7469672a46
extensions: Allow customization of filetypes
...
Define the variable :let g:airline_filetype_overrides to allow for
specific customization how a specific filetype will be displayed.
For e.g. a German display, you can use: >
:let g:airline_filetype_overrides = {'help': ['Hilfe', ':%f']}
<
This defines how section a and b will look like for a window with that
specific filetype.
Closes #1888
2019-04-30 17:28:51 +02:00
Christian Brabandt
170b6d4c26
extensions: sort filetype_overrides
2019-04-30 16:54:48 +02:00
Christian Brabandt
a6fb6d9da0
Extensions: indicate, if an extension is external
...
Show in :AirlineExtensions if the extension comes bundled with airline
or from an external source.
closes #1890
2019-03-26 08:41:36 +01:00
Christian Brabandt
c8a36e14e9
Updated Copyright Statements
2019-03-25 12:29:47 +01:00
petobens
fa5910eb14
extensions: Add defx support
...
closes #1850
2019-01-11 10:49:31 +01:00
Christian Brabandt
bc63a60b0f
terminal: return proper terminal name
2018-11-20 16:11:34 +01:00
Christian Brabandt
31f5a9307d
Make terminal statusline work for inactive window
2018-11-20 15:48:28 +01:00
Christian Brabandt
df0c1731db
Add :AirlineExtensions command
...
This shows whether or not an extensions has been loaded.
2018-11-14 08:06:39 +01:00
Christian Brabandt
f6a95d3a6f
Fix wrong extension name for unicode
2018-11-14 07:41:48 +01:00
Christian Brabandt
f5676d1fa1
Merge pull request #1788 from hallettj/extension/languageclient
...
Extension to report errors and warnings from LanguageClient plugin
2018-09-10 07:36:15 +02:00
Jesse Hallett
a92b12e1c6
Implement extension to report errors and warnings from LanguageClient plugin
2018-09-09 23:53:08 -04:00
Sebastián Mancilla
c3434164b2
Load vimtex only when the extension is enabled
...
Do not force loading the full vimtex autoload script for all users.
First check if the extension is enabled.
2018-09-06 13:15:38 -03:00
Mo Hyun
723987eca9
Add vim-grepper extension
...
- Displays a segment when a grepper search is running
2018-07-23 13:05:34 -07:00
Liam Fleming
11bc0ba843
Move CursorMoved autocmd to main augroup
2018-06-16 20:34:07 +01:00
Christian Brabandt
30a3c4f549
branch: fugitive renamed its functions
...
this caused that the branch extension was not correctly working anymore
because of a refactoring of fugitive tpope/vim-fugitive@5d11ff7
Solution: Move the existence check for the fugitive plugin into a
separate function and call it from there in all places that check the
fugitive plugin. Do the same for lawrencium and vcscommand check.
fixes #605 #1739
2018-06-04 17:38:49 +02:00
Christian Brabandt
0df2c9b12e
Merge pull request #1700 from mox-mox/master
...
Add extension for vim-localsearch
2018-04-09 13:27:44 +02: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
Christian Brabandt
bf3cc5ad9d
NerdTree: make the statusline configurable
...
Use the g:NerdTreeStatusline variable for configuring the
NerdTree statusline in the NerdTree window
closes #1705
2018-04-06 01:52:23 +02:00
Ingo Heimbach
724beb0c73
Added a vim-gutentags
extension
...
Added a segment that displays whether gutentags is running a ctags
instance.
2018-03-15 22:05:16 +01:00
Cimbali
9912ce13a4
Disable fugitiveline if bufferline is activated
...
This fixes the conflict of both plugins redifining the 'file' (or 'path')
function. Closes #1670 .
As fugitiveline modifies the path display and bufferline replaces it,
the latter should be the plugin to be used if both are activated.
2018-03-05 11:56:03 +01:00
Christian Brabandt
5db4c408bd
Update copyright notifications
2018-01-05 10:37:59 +01:00
Christian Brabandt
6cdcaf13b1
cursormode: disable by default
...
fixes #1625
2018-01-05 08:12:35 +01:00
Eduardo Suarez-Santana
ebda798080
Cursormode integrated as extension
2018-01-04 21:24:27 +01:00
Cimbali
33663d7df2
Show buffer name relative to git folder
2017-11-22 23:00:58 +01:00