diff --git a/files/dotfiles/vimrc b/files/dotfiles/vimrc index 8e8bfbb..d2a8ac2 100644 --- a/files/dotfiles/vimrc +++ b/files/dotfiles/vimrc @@ -16,11 +16,11 @@ Plug 'lilydjwg/colorizer' " Displays the colors in file Plug 'jiangmiao/auto-pairs' " Auto create bracket/parens/quote pairs Plug 'vim-syntastic/syntastic' " coding-errors checker + Plug 'puremourning/vimspector' " Multi lang Debugger Plug 'neoclide/coc.nvim', {'branch': 'release'} " Lanuage server integrations Plug 'tpope/vim-fugitive' " git wrapper Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " golang plugin for vim Plug 'Yggdroot/indentLine' " Indentation LInes - Plug 'junegunn/fzf' " Fuzzy search Plug 'junegunn/fzf.vim' " Fuzzy search Plug 'francoiscabrol/ranger.vim' " Ranger f Plug 'scrooloose/nerdtree' " NerdTree - File tree (ctr-n) diff --git a/roles/gh_release_bin/tasks/main.yml b/roles/gh_release_bin/tasks/main.yml index 1718f1c..0134d2f 100644 --- a/roles/gh_release_bin/tasks/main.yml +++ b/roles/gh_release_bin/tasks/main.yml @@ -51,7 +51,7 @@ - name: Update mandb if needed become: true shell: mandb - when: added_man is defined + when: added_man is defined and (version != local_version) - name: Adding autocomplete if needed shell: |