Skip to content

Commit

Permalink
vim: Remove not using plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 26, 2017
1 parent 1154a0c commit 2f0c24f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
1 change: 1 addition & 0 deletions .vim/ftdetect/rails.vim
@@ -0,0 +1 @@
autocmd BufRead,BufNewFile db/schema.rb set nowrap
1 change: 1 addition & 0 deletions .vim/ftdetect/toml.vim
@@ -0,0 +1 @@
au Bufread,BufNewFile *.toml set filetype=toml
8 changes: 1 addition & 7 deletions .vim/rc/dein.toml
Expand Up @@ -156,7 +156,7 @@ repo = 'thinca/vim-template'
repo = 'junegunn/vim-emoji'

[[plugins]]
repo = 'kien/ctrlp.vim'
repo = 'ywatase/mdt.vim'

# Syntaxes

Expand All @@ -178,15 +178,9 @@ repo = 'rodjek/vim-puppet'
[[plugins]]
repo = 'digitaltoad/vim-pug'

[[plugins]]
repo = 'cespare/vim-toml'

[[plugins]]
repo = 'vim-scripts/applescript.vim'

[[plugins]]
repo = 'ekalinin/Dockerfile.vim'

[[plugins]]
repo = 'keith/swift.vim'

Expand Down
18 changes: 6 additions & 12 deletions .vim/rc/dein_lazy.toml
@@ -1,13 +1,3 @@
[[plugins]]
repo = 'ujihisa/unite-colorscheme'
depends = ['unite.vim']
on_source = ['unite.vim']

[[plugins]]
repo = 'sorah/unite-ghq'
depends = ['unite.vim']
on_source = ['unite.vim']

[[plugins]]
repo = 'Shougo/neocomplete.vim'
on_i = 1
Expand Down Expand Up @@ -71,5 +61,9 @@ on_ft = ['markdown']
depends = ['vim-coffee-script']

[[plugins]]
repo = 'ywatase/mdt.vim'
on_ft = ['markdown']
repo = 'cespare/vim-toml'
on_ft = ['toml']

[[plugins]]
repo = 'ekalinin/Dockerfile.vim'
on_ft = ['dockerfile']

0 comments on commit 2f0c24f

Please sign in to comment.