vim-airline/autoload/airline/extensions
Christian Brabandt bf5d785932
virtualenv: Enable for additional filetypes beside python
So with https://github.com/jmcantrell/vim-virtualenv you can display the
virtualenv in your statusline section (if you have enabled it). However
it would only become active for python buffers.

Now perhaps you want to show the virtualenv also in other filetypes like
markdown or CI scripts, so allow this by adding a variable
`airline#extensions#virtualenv#ft'` to the list of filetypes you want to
have enabled. So set:

    let g:airline#extensions#virtualenv#enabled = 1
    let g:airline#extensions#virtualenv#ft = ['python', 'markdown']

To allow displaying the virtual environment for python and markdown
buffers (but remember you need to have the plugin
https://github.com/jmcantrell/vim-virtualenv installed as well!)

fixes #2483
2021-12-08 11:23:42 +01:00
..
tabline tabline: Give error message, if switching buffers is not possible 2021-12-05 18:52:27 +01:00
wordcount/formatters Happy new year! 2021-01-01 12:57:00 +00:00
ale.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
battery.vim Happy new year! 2021-01-01 12:57:00 +00:00
bookmark.vim Happy new year! 2021-01-01 12:57:00 +00:00
branch.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
bufferline.vim Happy new year! 2021-01-01 12:57:00 +00:00
capslock.vim Happy new year! 2021-01-01 12:57:00 +00:00
coc.vim Allow user to hide CoC status in the section C 2021-11-03 15:27:47 +03:00
commandt.vim Happy new year! 2021-01-01 12:57:00 +00:00
csv.vim Happy new year! 2021-01-01 12:57:00 +00:00
ctrlp.vim Happy new year! 2021-01-01 12:57:00 +00:00
ctrlspace.vim Happy new year! 2021-01-01 12:57:00 +00:00
cursormode.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
default.vim [refactor] use Ternary operator 2021-07-06 02:37:52 +09:00
denite.vim Happy new year! 2021-01-01 12:57:00 +00:00
dirvish.vim Only attempt to use dirvish if b:dirvish exists 2020-09-15 12:30:27 +02:00
eclim.vim Happy new year! 2021-01-01 12:57:00 +00:00
example.vim Happy new year! 2021-01-01 12:57:00 +00:00
fern.vim Happy new year! 2021-01-01 12:57:00 +00:00
fugitiveline.vim [fix] issue #2338 2021-07-12 02:26:52 +09:00
fzf.vim Happy new year! 2021-01-01 12:57:00 +00:00
gen_tags.vim Happy new year! 2021-01-01 12:57:00 +00:00
gina.vim Don't show "gina" in diff buffers if b:gina_initialized is not set 2021-08-07 19:28:15 +08:00
grepper.vim Happy new year! 2021-01-01 12:57:00 +00:00
gutentags.vim Happy new year! 2021-01-01 12:57:00 +00:00
hunks.vim remove gitgutter dependecy on branch 2021-11-03 00:24:08 -07:00
keymap.vim Happy new year! 2021-01-01 12:57:00 +00:00
languageclient.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
localsearch.vim Happy new year! 2021-01-01 12:57:00 +00:00
lsp.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
neomake.vim Happy new year! 2021-01-01 12:57:00 +00:00
netrw.vim Happy new year! 2021-01-01 12:57:00 +00:00
nrrwrgn.vim Happy new year! 2021-01-01 12:57:00 +00:00
nvimlsp.vim Ensure correct checking of LSP support on neovim 2021-02-03 12:11:53 +01:00
obsession.vim Happy new year! 2021-01-01 12:57:00 +00:00
omnisharp.vim Add OmniSharp extension to display server status 2020-07-08 16:32:07 +12:00
po.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
poetv.vim Happy new year! 2021-01-01 12:57:00 +00:00
promptline.vim Happy new year! 2021-01-01 12:57:00 +00:00
quickfix.vim Happy new year! 2021-01-01 12:57:00 +00:00
rufo.vim Add vim-rufo extension support to section z. 2021-11-01 10:36:33 -07:00
scrollbar.vim scrollbar: fix first line overwrite 2021-05-26 10:48:36 +09:00
searchcount.vim searchcount: Add leading space 2021-01-02 20:25:00 +01:00
syntastic.vim Happy new year! 2021-01-01 12:57:00 +00:00
tabline.vim vim9: Needs at least version 8.2.22844 2021-06-07 13:44:53 +02:00
tagbar.vim tagbar: add missing default search method 2021-03-02 20:27:36 +09:00
taglist.vim taglist: load taglist variants only once 2021-11-19 10:15:15 -07:00
term.vim Happy new year! 2021-01-01 12:57:00 +00:00
tmuxline.vim Happy new year! 2021-01-01 12:57:00 +00:00
undotree.vim Happy new year! 2021-01-01 12:57:00 +00:00
unicode.vim Happy new year! 2021-01-01 12:57:00 +00:00
unite.vim Happy new year! 2021-01-01 12:57:00 +00:00
vim9lsp.vim Add extention for yegappan/lsp 2021-11-26 10:12:11 +01:00
vimagit.vim Happy new year! 2021-01-01 12:57:00 +00:00
vimcmake.vim Happy new year! 2021-01-01 12:57:00 +00:00
vimtex.vim Happy new year! 2021-01-01 12:57:00 +00:00
virtualenv.vim virtualenv: Enable for additional filetypes beside python 2021-12-08 11:23:42 +01:00
vista.vim Happy new year! 2021-01-01 12:57:00 +00:00
whitespace.vim Allow overriding trailing ws regexp per buffer 2021-08-03 21:35:22 -07:00
windowswap.vim Happy new year! 2021-01-01 12:57:00 +00:00
wordcount.vim wordcount: allow to disable vimtex wordcount() 2021-11-11 22:51:02 +01:00
xkblayout.vim Happy new year! 2021-01-01 12:57:00 +00:00
ycm.vim Happy new year! 2021-01-01 12:57:00 +00:00
zoomwintab.vim Happy new year! 2021-01-01 12:57:00 +00:00