mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: cleanups
This commit is contained in:
parent
59256d3736
commit
33cb5a7c8b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user