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