--- a/.vimrc Sat Jul 18 01:29:49 2020 +0800
+++ b/.vimrc Sat Jul 18 10:53:36 2020 +0800
filetype plugin indent on
+" go back to the last edited position
+ \ if line("'\"") >= 1 && line("'\"") <= line("$")
+ \ | execute "normal! g`\""
let g:airline_left_sep=''
let g:airline_right_sep=''
let g:ansible_attribute_highlight="ab"
let g:ansible_extra_keywords_highlight=1
-" go back to the last edited position
- \ if line("'\"") >= 1 && line("'\"") <= line("$")
- \ | execute "normal! g`\""