mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 00:48:45 +00:00
Added a colorpicker and a multiple cursor plugin
This commit is contained in:
@@ -16,7 +16,7 @@ set number
|
||||
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
|
||||
|
||||
" Set colors
|
||||
colorscheme railscasts
|
||||
colorscheme Tomorrow
|
||||
set t_Co=256
|
||||
set cursorline
|
||||
autocmd BufEnter * :syntax sync fromstart
|
||||
@@ -117,12 +117,14 @@ Bundle 'tpope/vim-repeat'
|
||||
Bundle 'tpope/vim-endwise'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'terryma/vim-multiple-cursors'
|
||||
Bundle 'bronson/vim-trailing-whitespace'
|
||||
Bundle 'SingleCompile'
|
||||
Bundle 'jiangmiao/auto-pairs'
|
||||
Bundle 'pangloss/vim-javascript'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'jelera/vim-javascript-syntax'
|
||||
Bundle 'abijr/colorpicker'
|
||||
Bundle 'genutils'
|
||||
Bundle 'Nibble'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user