mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Sync neovim config back to vim
This commit is contained in:
parent
a10264dc8b
commit
6dcf3d9516
2 changed files with 77 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue