Sync neovim config back to vim

This commit is contained in:
Loic Nageleisen 2020-03-24 16:02:14 +01:00
parent a10264dc8b
commit 6dcf3d9516
2 changed files with 77 additions and 53 deletions

View file

@ -25,10 +25,11 @@ Plug 'jremmen/vim-ripgrep' " rg is the new ag is the new ack
" UI extensions
Plug 'ciaranm/securemodelines' " safe modelines in files
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'scrooloose/nerdtree' , { 'on': 'NERDTreeToggle' }
Plug 'tpope/vim-vinegar' " enhance netrw
Plug 'ervandew/supertab' " completion
Plug 'w0rp/ale' " linter checks
Plug 'milkypostman/vim-togglelist' " toggle quickfix and location lists
@ -38,8 +39,8 @@ Plug 'junegunn/goyo.vim' " distraction-free writing
Plug 'kchmck/vim-coffee-script' , { 'for': 'coffee' }
Plug 'vim-scripts/glsl.vim' , { 'for': 'glsl' }
Plug 'fatih/vim-go' ", { 'for': 'go', 'do': ':GoInstallBinaries' }
Plug 'davidhalter/jedi-vim' ", { 'for': 'python' }
"Plug 'davidhalter/jedi-vim' ", { 'for': 'python' }
Plug 'leafgarland/typescript-vim' , { 'for': 'typescript' }
"Plug 'nsf/gocode' , { 'for': 'go', 'rtp': 'vim' }
Plug 'groenewege/vim-less' , { 'for': 'less' }
Plug 'tpope/vim-markdown' ", { 'for': ['md', 'mdown', 'markdown'] }
@ -54,6 +55,7 @@ Plug 'vim-scripts/argtextobj.vim' " arguments
Plug 'michaeljsmith/vim-indent-object' " indentation
" Extensions
Plug 'editorconfig/editorconfig-vim' " editorconfig
Plug 'junegunn/vim-easy-align' " alignment
Plug 'tpope/vim-repeat' " extend `.`
Plug 'tpope/vim-surround' " surround