Compare commits

..

No commits in common. "c1d167f2e3710fcfd309bccba1861bf52075321d" and "f85d59197aa165186fadc23d17296ac0daf28517" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -47,9 +47,3 @@ snippet warning "warning admonition"
.. warning:: .. warning::
$0 $0
endsnippet endsnippet
snippet code "code-block"
.. code-block:: ${1:lang}
$0
endsnippet

1
vimrc
View File

@ -28,7 +28,6 @@ set packpath+=~/.config/work
Pack 'vim-airline/vim-airline' Pack 'vim-airline/vim-airline'
let g:airline#extensions#branch#enabled = 0 let g:airline#extensions#branch#enabled = 0
let g:airline#extensions#hunks#enabled = 0 let g:airline#extensions#hunks#enabled = 0
let g:airline#extensions#wordcount#enabled = 0
for s:setting in ['left_sep', 'right_sep', 'section_error', 'section_warning'] for s:setting in ['left_sep', 'right_sep', 'section_error', 'section_warning']
exec 'let g:airline_'.s:setting.' = ""' exec 'let g:airline_'.s:setting.' = ""'
endfor endfor