VIM: New QOL Plugins
This commit is contained in:
parent
5dcebeee73
commit
b0d1422ffd
@ -42,6 +42,7 @@ Plug 'tpope/vim-obsession'
|
|||||||
|
|
||||||
" Work on brackets in pairs
|
" Work on brackets in pairs
|
||||||
Plug 'jiangmiao/auto-pairs'
|
Plug 'jiangmiao/auto-pairs'
|
||||||
|
Plug 'tpope/vim-surround'
|
||||||
|
|
||||||
" NERDtree + Plugins
|
" NERDtree + Plugins
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
@ -59,11 +60,13 @@ Plug 'honza/vim-snippets'
|
|||||||
" Language Specific stuff (Language Plugins, Linters, etc)
|
" Language Specific stuff (Language Plugins, Linters, etc)
|
||||||
" Asynchronous lint engine
|
" Asynchronous lint engine
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
|
Plug 'tpope/vim-endwise'
|
||||||
|
|
||||||
" Python
|
" Python
|
||||||
Plug 'hdima/python-syntax'
|
Plug 'hdima/python-syntax'
|
||||||
Plug 'fs111/pydoc.vim'
|
Plug 'fs111/pydoc.vim'
|
||||||
Plug 'Vimjas/vim-python-pep8-indent'
|
Plug 'Vimjas/vim-python-pep8-indent'
|
||||||
|
Plug 'tmhedberg/SimpylFold'
|
||||||
|
|
||||||
Plug 'vim-scripts/javacomplete'
|
Plug 'vim-scripts/javacomplete'
|
||||||
Plug 'udalov/kotlin-vim'
|
Plug 'udalov/kotlin-vim'
|
||||||
@ -79,6 +82,7 @@ Plug 'rust-lang/rust.vim'
|
|||||||
Plug 'cespare/vim-toml'
|
Plug 'cespare/vim-toml'
|
||||||
Plug 'mrk21/yaml-vim'
|
Plug 'mrk21/yaml-vim'
|
||||||
Plug 'hashivim/vim-terraform'
|
Plug 'hashivim/vim-terraform'
|
||||||
|
Plug 'pedrohdz/vim-yaml-folds'
|
||||||
|
|
||||||
" KIT-Color-Scheme
|
" KIT-Color-Scheme
|
||||||
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
|
Plug 'taDachs/kit.vim', {'commit': 'dae7c4a0ce37e8ffc4bd1dfcc68f8ea01d572e9e'}
|
||||||
@ -87,6 +91,7 @@ Plug 'altercation/vim-colors-solarized'
|
|||||||
|
|
||||||
|
|
||||||
" Git integration
|
" Git integration
|
||||||
|
Plug 'braxtons12/blame_line.nvim'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
|
||||||
@ -102,6 +107,6 @@ Plug 'github/copilot.vim'
|
|||||||
Plug 'akinsho/bufferline.nvim', { 'tag': 'v2.2.1' }
|
Plug 'akinsho/bufferline.nvim', { 'tag': 'v2.2.1' }
|
||||||
Plug 'johann2357/nvim-smartbufs'
|
Plug 'johann2357/nvim-smartbufs'
|
||||||
|
|
||||||
Plug 'braxtons12/blame_line.nvim'
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user