vim: cleanups

feature/symbol-search
bretello 2020-03-09 17:57:37 +01:00
parent 59256d3736
commit 33cb5a7c8b
1 changed files with 1 additions and 1 deletions

View File

@ -91,8 +91,8 @@ let g:ctrlp_custom_ignore = {
nnoremap <leader>mk :bel copen<bar>silent (cargo run) !<bar>redraw!<cr>
autocmd FileType yaml setlocal shiftwidth=2 softtabstop=2 expandtab
autocmd FileType yml setlocal shiftwidth=2 softtabstop=2 expandtab
" Your vimrc
function! GitStatus()
let [a,m,r] = GitGutterGetHunkSummary()
return printf('+%d ~%d -%d', a, m, r)