-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc.bundles.local
More file actions
25 lines (25 loc) · 903 Bytes
/
Copy pathvimrc.bundles.local
File metadata and controls
25 lines (25 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Plug 'Peeja/vim-cdo'
Plug 'airblade/vim-gitgutter'
Plug 'bling/vim-airline'
Plug 'c-brenn/phoenix.vim'
Plug 'christoomey/vim-tmux-navigator'
Plug 'elixir-lang/vim-elixir'
Plug 'godlygeek/tabular'
Plug 'kana/vim-textobj-user'
Plug 'mustache/vim-mustache-handlebars'
Plug 'mxw/vim-jsx'
Plug 'ngmy/vim-rubocop'
Plug 'nicholaides/words-to-avoid.vim'
Plug 'pangloss/vim-javascript'
Plug 'plasticboy/vim-markdown'
Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install --frozen-lockfile --production',
\ 'for': ['css', 'graphql', 'javascript', 'json', 'less', 'scss', 'svelte', 'typescriptreact', 'javascriptreact', 'typescript', 'vue', 'yaml'] }
Plug 'reedes/vim-textobj-quote'
Plug 'skwp/greplace.vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'tpope/vim-rake'
Plug 'jparise/vim-graphql'
Plug 'urso/haskell_syntax.vim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' }