Added vimspector for debugging

This commit is contained in:
Sagi Dayan 2022-01-09 16:30:43 +02:00
parent 56e75dfb6c
commit 1ff9818ea1
Signed by: sagi
GPG key ID: FAB96BFC63B46458
2 changed files with 2 additions and 2 deletions

View file

@ -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 <leader>f
Plug 'scrooloose/nerdtree' " NerdTree - File tree (ctr-n)

View file

@ -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: |