add linediff extension (#2757)

This commit is contained in:
Shad
2026-07-25 19:16:18 +02:00
committed by GitHub
parent 9e0beefd6e
commit e12b203f11
3 changed files with 25 additions and 0 deletions
+6
View File
@@ -917,6 +917,12 @@ LanguageClient <https://github.com/autozimu/LanguageClient-neovim>
* languageclient close_lnum_symbol >
let g:airline#extensions#languageclient#close_lnum_symbol = ')'
------------------------------------- *airline-linediff*
linediff.vim <https://github.com/AndrewRadev/linediff.vim>
* enable/disable linediff buffername and position integration >
let g:airline#extensions#linediff#enabled = 1
------------------------------------- *airline-localsearch*
localsearch <https://github.com/mox-mox/vim-localsearch>