mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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>
|
nnoremap <leader>mk :bel copen<bar>silent (cargo run) !<bar>redraw!<cr>
|
||||||
|
|
||||||
autocmd FileType yaml setlocal shiftwidth=2 softtabstop=2 expandtab
|
autocmd FileType yaml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
|
autocmd FileType yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||||
|
|
||||||
" Your vimrc
|
|
||||||
function! GitStatus()
|
function! GitStatus()
|
||||||
let [a,m,r] = GitGutterGetHunkSummary()
|
let [a,m,r] = GitGutterGetHunkSummary()
|
||||||
return printf('+%d ~%d -%d', a, m, r)
|
return printf('+%d ~%d -%d', a, m, r)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user