--- a/.vim/pack/default/start/urls Sun Jul 07 19:31:28 2024 +0400
+++ b/.vim/pack/default/start/urls Sun Jul 07 19:43:03 2024 +0400
https://github.com/ctrlpvim/ctrlp.vim
https://github.com/dense-analysis/ale
https://github.com/mhinz/vim-signify
+https://github.com/preservim/tagbar
https://github.com/tomasr/molokai
https://github.com/vim-airline/vim-airline
https://github.com/vim-airline/vim-airline-themes
--- a/.vimrc Sun Jul 07 19:31:28 2024 +0400
+++ b/.vimrc Sun Jul 07 19:43:03 2024 +0400
+nnoremap <F8> :TagbarToggle fjc<CR>
filetype plugin indent on
let g:signify_skip = { 'vcs': { 'allow': ['git', 'hg'] } }
+let g:tagbar_position = "topleft vertical"
let g:ansible_attribute_highlight = "ab"
let g:ansible_extra_keywords_highlight = 1