From 33cb5a7c8bd026ba5a905e83eb3a8dc243a8fd51 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 9 Mar 2020 17:57:37 +0100 Subject: [PATCH] vim: cleanups --- my_configs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_configs.vim b/my_configs.vim index e890a7d..4da7b4f 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -91,8 +91,8 @@ let g:ctrlp_custom_ignore = { nnoremap mk :bel copensilent (cargo run) !redraw! 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)