Skip to content

Commit d65e761

Browse files
committed
Removes some old plugins I don't want anymore
1 parent 248501d commit d65e761

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

vim/plugins

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ plugins=(
1717
https://github.com/kana/vim-textobj-user.git
1818
https://github.com/nelstrom/vim-textobj-rubyblock.git
1919
https://github.com/ecomba/vim-ruby-refactoring.git
20-
https://github.com/csexton/jekyll.vim.git
21-
https://github.com/gregsexton/gitv.git
2220
https://github.com/xolox/vim-misc.git
2321
https://github.com/xolox/vim-session.git
24-
https://github.com/rizzatti/dash.vim.git
2522

2623
https://github.com/tsaleh/vim-align.git
2724

@@ -33,7 +30,6 @@ plugins=(
3330
https://github.com/tpope/vim-rails.git
3431
https://github.com/tpope/vim-repeat.git
3532
https://github.com/tpope/vim-surround.git
36-
https://github.com/tpope/vim-vividchalk.git
3733
https://github.com/tpope/vim-endwise.git
3834
https://github.com/tpope/vim-ragtag.git
3935
https://github.com/tpope/vim-abolish.git
@@ -43,7 +39,6 @@ plugins=(
4339

4440
https://github.com/Lokaltog/vim-powerline.git
4541

46-
https://github.com/vim-scripts/ack.vim.git
4742
https://github.com/vim-scripts/AutoTag.git
4843
https://github.com/vim-scripts/tComment.git
4944
https://github.com/vim-scripts/ReplaceWithRegister.git

vim/vimrc_plugins

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,6 @@ let g:TmuxTargetPane = "1.0"
166166
let g:TmuxRspecOpts = "--require ./.rspec/quickfix_formatter --format QuickfixFormatter:tmp/quickfix --require ./.rspec/progress_with_failures --format ProgressWithFailures --colour --loadby mtime --drb"
167167
set errorformat=%f:%l\ %n\ %m
168168

169-
" dash related mappings
170-
nnoremap <Leader>D :Dash <cword><cr>
171-
cabbr D Dash
172-
173169
" Ale related config
174170
let g:ale_sign_error = '☠'
175171
let g:ale_sign_warning = '⚡'

0 commit comments

Comments
 (0)