Aggiornato correttamente elenco plugin.
This commit is contained in:
parent
78cc753658
commit
3fb9e9093a
53
vimrc
53
vimrc
@ -11,44 +11,45 @@ Plug 'tpope/vim-fugitive'
|
|||||||
" File explorer
|
" File explorer
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
|
|
||||||
" Ansible syntax highlight
|
|
||||||
Plug 'pearofducks/ansible-vim'
|
|
||||||
Plug 'yaegassy/coc-ansible', {'do': 'yarn install --frozen-lockfile'}
|
|
||||||
|
|
||||||
" Blade syntax highlight
|
|
||||||
Plug 'xsbeats/vim-blade'
|
|
||||||
|
|
||||||
" Solarized theme
|
|
||||||
Plug 'altercation/vim-colors-solarized'
|
|
||||||
|
|
||||||
" HTML 5 template
|
|
||||||
Plug 'othree/html5.vim'
|
|
||||||
|
|
||||||
" Vim Airline
|
|
||||||
Plug 'vim-airline/vim-airline'
|
|
||||||
|
|
||||||
" Vim Airline
|
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
|
||||||
|
|
||||||
" Vim-latexsuite
|
|
||||||
Plug 'vim-latex/vim-latex'
|
|
||||||
|
|
||||||
" nerdtree git plugin
|
" nerdtree git plugin
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
|
|
||||||
" Devicons
|
" Ansible syntax highlight
|
||||||
Plug 'ryanoasis/vim-devicons'
|
Plug 'pearofducks/ansible-vim'
|
||||||
|
|
||||||
Plug 'hashivim/vim-terraform'
|
|
||||||
|
|
||||||
" ALE - linting, fixing and completion
|
" ALE - linting, fixing and completion
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
|
|
||||||
|
" Blade syntax highlight
|
||||||
|
Plug 'xsbeats/vim-blade'
|
||||||
|
|
||||||
|
" HTML 5 template
|
||||||
|
Plug 'othree/html5.vim'
|
||||||
|
|
||||||
|
" Vim-latexsuite
|
||||||
|
Plug 'vim-latex/vim-latex'
|
||||||
|
|
||||||
|
Plug 'hashivim/vim-terraform'
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
|
|
||||||
|
" Devicons
|
||||||
|
Plug 'ryanoasis/vim-devicons'
|
||||||
|
|
||||||
|
" Vim Airline
|
||||||
|
Plug 'vim-airline/vim-airline'
|
||||||
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
|
" Solarized theme
|
||||||
|
Plug 'altercation/vim-colors-solarized'
|
||||||
|
|
||||||
" Conqueror of Completion
|
" Conqueror of Completion
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
Plug 'josa42/coc-sh', { 'do': 'yarn install --frozen-lockfile' }
|
||||||
|
Plug 'yaegassy/coc-ansible', {'do': 'yarn install --frozen-lockfile'}
|
||||||
|
Plug 'fannheyward/coc-pyright', { 'do': 'yarn install --frozen-lockfile' }
|
||||||
|
Plug 'fannheyward/coc-rust-analyzer', { 'do': 'yarn install --frozen-lockfile' }
|
||||||
|
|
||||||
" Vim-plug configuration end
|
" Vim-plug configuration end
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user