|
@ -13,8 +13,6 @@ Plug 'tpope/vim-sensible' " Defaults everyone can agree on |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
Plug 'tpope/vim-ragtag' " Enhancement of surround for html |
|
|
Plug 'tpope/vim-ragtag' " Enhancement of surround for html |
|
|
Plug 'tpope/vim-repeat' " repeat last command with . |
|
|
Plug 'tpope/vim-repeat' " repeat last command with . |
|
|
Plug 'tpope/vim-dadbod' " Modern database interface for Vim |
|
|
|
|
|
Plug 'tpope/vim-dispatch' " Needed for dadbod |
|
|
|
|
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } " file tree |
|
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } " file tree |
|
|
Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } |
|
|
Plug 'Xuyuanp/nerdtree-git-plugin', { 'on': 'NERDTreeToggle' } |
|
|
Plug 'scrooloose/nerdcommenter' " better commenting |
|
|
Plug 'scrooloose/nerdcommenter' " better commenting |
|
@ -26,15 +24,12 @@ Plug 'godlygeek/tabular' " Align text on symbols |
|
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " fuzzy file finder |
|
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " fuzzy file finder |
|
|
Plug 'junegunn/fzf.vim' " vim integration for fzf |
|
|
Plug 'junegunn/fzf.vim' " vim integration for fzf |
|
|
Plug 'airblade/vim-gitgutter' " git status in gutter column |
|
|
Plug 'airblade/vim-gitgutter' " git status in gutter column |
|
|
Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dadbod |
|
|
|
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
Plug 'https://github.com/alok/notational-fzf-vim' " note taking |
|
|
Plug 'https://github.com/alok/notational-fzf-vim' " note taking |
|
|
Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration |
|
|
Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration |
|
|
Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet |
|
|
Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet |
|
|
"Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php', 'python'] } " Keep tags in sync |
|
|
"Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php', 'python'] } " Keep tags in sync |
|
|
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } |
|
|
|
|
|
Plug 'dpelle/vim-LanguageTool', { 'for': ['markdown', 'tex', 'plaintext', 'mail']} " LanguageTool bindings |
|
|
Plug 'dpelle/vim-LanguageTool', { 'for': ['markdown', 'tex', 'plaintext', 'mail']} " LanguageTool bindings |
|
|
Plug 'msvechla/coc-jira-complete', { 'do': 'yarn install --frozen-lockfile' , 'for': 'gitcommit' } |
|
|
|
|
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update |
|
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update |
|
|
|
|
|
|
|
|
" {{{ CocPlugins |
|
|
" {{{ CocPlugins |
|
|