removed easyclip from vim, too hacky feeling
This commit is contained in:
parent
982a25f3ae
commit
367a788a76
1 changed files with 0 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -62,7 +62,6 @@ Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
|||
Plug 'w0rp/ale'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'svermeulen/vim-easyclip'
|
||||
|
||||
" Languages
|
||||
Plug 'joukevandermaas/vim-ember-hbs'
|
||||
|
@ -104,9 +103,6 @@ let g:airline#extensions#tabline#enabled=1
|
|||
let g:airline_powerline_fonts=1
|
||||
set laststatus=2
|
||||
|
||||
" vim-easyclip
|
||||
let g:EasyClipUseSubstituteDefaults=1
|
||||
|
||||
" indentLine
|
||||
let g:indentLine_enabled = 1
|
||||
let g:indentLine_char = "⟩"
|
||||
|
|
Loading…
Add table
Reference in a new issue