Compare commits

..

No commits in common. "3d9a79881249c8caf67579b0b7df29e20eb8b9b0" and "56e75dfb6cad82c9fe76d7ee0d800d2bb7f399cf" have entirely different histories.

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 and (version != local_version)
when: added_man is defined
- name: Adding autocomplete if needed
shell: |