mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
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.
This commit is contained in:
@@ -700,6 +700,13 @@ Denite <https://github.com/Shougo/denite.nvim>
|
||||
* enable/disable denite integration >
|
||||
let g:airline#extensions#denite#enabled = 1
|
||||
|
||||
------------------------------------- *airline-dirvish*
|
||||
vim-dirvish <https://github.com/justinmk/vim-dirvish>
|
||||
|
||||
* enable/disable vim-dirvish integration >
|
||||
let g:airline#extensions#dirvish#enabled = 1
|
||||
< default: 1
|
||||
|
||||
------------------------------------- *airline-eclim*
|
||||
eclim <https://eclim.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user