Remove trailing whitespace
This commit is contained in:
parent
61ca196d73
commit
b69aa396c1
|
@ -143,7 +143,7 @@ values):
|
||||||
let g:airline_inactive_collapse=1
|
let g:airline_inactive_collapse=1
|
||||||
<
|
<
|
||||||
* Use alternative seperators for the statusline of inactive windows >
|
* Use alternative seperators for the statusline of inactive windows >
|
||||||
let g:airline_inactive_alt_sep=1
|
let g:airline_inactive_alt_sep=1
|
||||||
<
|
<
|
||||||
* themes are automatically selected based on the matching colorscheme. this
|
* themes are automatically selected based on the matching colorscheme. this
|
||||||
can be overridden by defining a value. >
|
can be overridden by defining a value. >
|
||||||
|
@ -233,7 +233,7 @@ values):
|
||||||
<
|
<
|
||||||
* Display the statusline in the tabline (first top line): >
|
* Display the statusline in the tabline (first top line): >
|
||||||
let g:airline_statusline_ontop = 1
|
let g:airline_statusline_ontop = 1
|
||||||
<
|
<
|
||||||
Setting this option, allows to use the statusline option to be used by
|
Setting this option, allows to use the statusline option to be used by
|
||||||
a custom function or another plugin, since airline won't change it.
|
a custom function or another plugin, since airline won't change it.
|
||||||
|
|
||||||
|
@ -828,7 +828,7 @@ with the middle mouse button to delete that buffer.
|
||||||
|
|
||||||
Note: last option can be used to specify a different formatter for
|
Note: last option can be used to specify a different formatter for
|
||||||
displaying the numbers. By default tabline/formatter/tabnr.vim is used
|
displaying the numbers. By default tabline/formatter/tabnr.vim is used
|
||||||
The argument of that setting should either be a filename that exists
|
The argument of that setting should either be a filename that exists
|
||||||
autoload/airline/extensions/tabline/formatter/ (without .vim extension)
|
autoload/airline/extensions/tabline/formatter/ (without .vim extension)
|
||||||
and needs to provide a format() function. Alternatively you can use a
|
and needs to provide a format() function. Alternatively you can use a
|
||||||
custom function name, that is defined e.g. in your .vimrc file. In any
|
custom function name, that is defined e.g. in your .vimrc file. In any
|
||||||
|
@ -1161,7 +1161,7 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
|
||||||
" (see above at g:airline#extensions#whitespace#checks)
|
" (see above at g:airline#extensions#whitespace#checks)
|
||||||
" To disable mixed-indent-file for go files use:
|
" To disable mixed-indent-file for go files use:
|
||||||
let g:airline#extensions#whitespace#skip_indent_check_ft = {'go': ['mixed-indent-file']}
|
let g:airline#extensions#whitespace#skip_indent_check_ft = {'go': ['mixed-indent-file']}
|
||||||
<
|
<
|
||||||
------------------------------------- *airline-windowswap*
|
------------------------------------- *airline-windowswap*
|
||||||
vim-windowswap <https://github.com/wesQ3/vim-windowswap>
|
vim-windowswap <https://github.com/wesQ3/vim-windowswap>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue