Skip to content

Commit

Permalink
Cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
alisnic committed Jun 19, 2017
1 parent cfaaa0e commit b94fde8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ map <D-b> :exec "Tube " . &makeprg . " && focusvim"<cr>
imap <D-b> <esc>:exec "Tube " . &makeprg . " && focusvim"<cr>
map <D-r> :CtrlPBufTag<cr>
nmap <D-/> :TComment<cr>
vmap <D-/> gc
16 changes: 4 additions & 12 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,18 @@ Plug 'tpope/vim-endwise'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-unimpaired'
Plug 'jszakmeister/vim-togglecursor'
Plug 'godlygeek/tabular'
Plug 'Raimondi/delimitMate'
Plug 'tomtom/tcomment_vim'
Plug 'sickill/vim-pasta' " Preserve intendation when pasting
Plug 'altercation/vim-colors-solarized'
Plug 'michaeljsmith/vim-indent-object'

" Language support
Plug 'moll/vim-node'
Plug 'tpope/vim-haml'
Plug 'kchmck/vim-coffee-script'
Plug 'pangloss/vim-javascript'
Plug 'tommcdo/vim-lion'
let g:lion_squeeze_spaces = 1

Plug 'vim-ruby/vim-ruby'
Plug 'sheerun/vim-polyglot'
let g:ruby_indent_access_modifier_style = 'outdent'
let g:ruby_indent_assignment_style = 'variable'
autocmd FileType ruby setlocal indentkeys-=.
nmap <leader>c vt.<C-]>

Plug 'alisnic/vim-bufsurf'
nmap <backspace> :BufSurfBack<cr>
Expand Down Expand Up @@ -110,6 +105,3 @@ map <S-Right> <C-w><Right>
command W w
command Q q
command Wipeout bufdo bd | BufSurfClear
nmap <leader>ln :setlocal nu!<cr>

0 comments on commit b94fde8

Please sign in to comment.