mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-12-23 06:29:53 +00:00
Compare commits
No commits in common. "3d9a79881249c8caf67579b0b7df29e20eb8b9b0" and "56e75dfb6cad82c9fe76d7ee0d800d2bb7f399cf" have entirely different histories.
3d9a798812
...
56e75dfb6c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue