mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-10-31 21:15:25 +00:00
Added vimspector for debugging
This commit is contained in:
parent
56e75dfb6c
commit
1ff9818ea1
2 changed files with 2 additions and 2 deletions
|
@ -16,11 +16,11 @@
|
||||||
Plug 'lilydjwg/colorizer' " Displays the colors in file
|
Plug 'lilydjwg/colorizer' " Displays the colors in file
|
||||||
Plug 'jiangmiao/auto-pairs' " Auto create bracket/parens/quote pairs
|
Plug 'jiangmiao/auto-pairs' " Auto create bracket/parens/quote pairs
|
||||||
Plug 'vim-syntastic/syntastic' " coding-errors checker
|
Plug 'vim-syntastic/syntastic' " coding-errors checker
|
||||||
|
Plug 'puremourning/vimspector' " Multi lang Debugger
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Lanuage server integrations
|
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Lanuage server integrations
|
||||||
Plug 'tpope/vim-fugitive' " git wrapper
|
Plug 'tpope/vim-fugitive' " git wrapper
|
||||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " golang plugin for vim
|
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } " golang plugin for vim
|
||||||
Plug 'Yggdroot/indentLine' " Indentation LInes
|
Plug 'Yggdroot/indentLine' " Indentation LInes
|
||||||
Plug 'junegunn/fzf' " Fuzzy search
|
|
||||||
Plug 'junegunn/fzf.vim' " Fuzzy search
|
Plug 'junegunn/fzf.vim' " Fuzzy search
|
||||||
Plug 'francoiscabrol/ranger.vim' " Ranger <leader>f
|
Plug 'francoiscabrol/ranger.vim' " Ranger <leader>f
|
||||||
Plug 'scrooloose/nerdtree' " NerdTree - File tree (ctr-n)
|
Plug 'scrooloose/nerdtree' " NerdTree - File tree (ctr-n)
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
- name: Update mandb if needed
|
- name: Update mandb if needed
|
||||||
become: true
|
become: true
|
||||||
shell: mandb
|
shell: mandb
|
||||||
when: added_man is defined
|
when: added_man is defined and (version != local_version)
|
||||||
|
|
||||||
- name: Adding autocomplete if needed
|
- name: Adding autocomplete if needed
|
||||||
shell: |
|
shell: |
|
||||||
|
|
Loading…
Reference in a new issue