VIM: House cleaning
This commit is contained in:
parent
2906eb5bec
commit
788610cb38
@ -1,15 +1,11 @@
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
" Dependencies
|
|
||||||
|
|
||||||
" % works on language specific keywords
|
" % works on language specific keywords
|
||||||
Plug 'andymass/vim-matchup'
|
Plug 'andymass/vim-matchup'
|
||||||
|
|
||||||
" Accept .editorconfig
|
" Accept .editorconfig
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
" Miscellaneous Plugins
|
|
||||||
|
|
||||||
" Airline style status bar
|
" Airline style status bar
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
@ -36,7 +32,7 @@ Plug 'plasticboy/vim-markdown'
|
|||||||
Plug 'roxma/vim-window-resize-easy'
|
Plug 'roxma/vim-window-resize-easy'
|
||||||
|
|
||||||
" Regex highlighting and in buffer live replacement
|
" Regex highlighting and in buffer live replacement
|
||||||
Plug 'markonm/traces.vim'
|
" Plug 'markonm/traces.vim'
|
||||||
|
|
||||||
" Better comments
|
" Better comments
|
||||||
Plug 'scrooloose/nerdcommenter'
|
Plug 'scrooloose/nerdcommenter'
|
||||||
@ -58,11 +54,12 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
|
|
||||||
" Coc extensions
|
" Coc extensions
|
||||||
Plug 'Maxattax97/coc-ccls'
|
" Plug 'Maxattax97/coc-ccls'
|
||||||
|
|
||||||
" Language Specific stuff (Language Plugins, Linters, etc)
|
" Language Specific stuff (Language Plugins, Linters, etc)
|
||||||
" Asynchronous lint engine
|
" Asynchronous lint engine
|
||||||
Plug 'w0rp/ale'
|
Plug 'dense-analysis/ale'
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
Plug 'hdima/python-syntax'
|
Plug 'hdima/python-syntax'
|
||||||
Plug 'fs111/pydoc.vim'
|
Plug 'fs111/pydoc.vim'
|
||||||
@ -73,26 +70,28 @@ Plug 'udalov/kotlin-vim'
|
|||||||
Plug 'xuhdev/vim-latex-live-preview'
|
Plug 'xuhdev/vim-latex-live-preview'
|
||||||
Plug 'pearofducks/ansible-vim'
|
Plug 'pearofducks/ansible-vim'
|
||||||
Plug 'justinmk/vim-syntax-extra'
|
Plug 'justinmk/vim-syntax-extra'
|
||||||
Plug 'mrk21/yaml-vim'
|
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
Plug 'timonv/vim-cargo'
|
Plug 'timonv/vim-cargo'
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
|
|
||||||
|
" DevOps
|
||||||
Plug 'cespare/vim-toml'
|
Plug 'cespare/vim-toml'
|
||||||
|
Plug 'mrk21/yaml-vim'
|
||||||
Plug 'hashivim/vim-terraform'
|
Plug 'hashivim/vim-terraform'
|
||||||
|
|
||||||
|
" KIT-Color-Scheme
|
||||||
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
|
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
|
||||||
|
|
||||||
|
|
||||||
" Git integration
|
" Git integration
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'mattn/gist-vim'
|
" Plug 'mattn/gist-vim'
|
||||||
" dependency
|
" " dependency
|
||||||
Plug 'mattn/webapi-vim'
|
" Plug 'mattn/webapi-vim'
|
||||||
|
|
||||||
Plug 'godlygeek/tabular'
|
" Plug 'godlygeek/tabular'
|
||||||
Plug 'plasticboy/vim-markdown'
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
|
||||||
Plug 'majutsushi/tagbar'
|
Plug 'majutsushi/tagbar'
|
||||||
|
Loading…
Reference in New Issue
Block a user