Skip to content

Commit

Permalink
Added polyglot and multicursor plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed May 15, 2018
1 parent 1c0adda commit 32f45c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Plug 'chriskempson/base16-vim'
Plug 'tpope/vim-surround'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'sheerun/vim-polyglot'

call plug#end()

Expand All @@ -32,6 +34,8 @@ set background=dark
set number
set relativenumber

set inccommand=split

set cc=80,120

set foldmethod=indent
Expand Down

0 comments on commit 32f45c3

Please sign in to comment.