misc
This commit is contained in:
parent
c013387b96
commit
346da23927
3 changed files with 28 additions and 9 deletions
6
.vimrc
6
.vimrc
|
|
@ -78,6 +78,7 @@ set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim
|
|||
call plug#begin('/home/barak/.vim/bundle')
|
||||
|
||||
Plug '/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim'
|
||||
Plug 'lambdalisue/suda.vim'
|
||||
Plug 'vim-scripts/DrawIt'
|
||||
Plug 'tpope/vim-speeddating'
|
||||
Plug 'vim-scripts/EasyGrep'
|
||||
|
|
@ -98,7 +99,7 @@ Plug 'tpope/vim-unimpaired'
|
|||
"Plug 'Valloric/YouCompleteMe'
|
||||
Plug 'Shougo/deoplete.nvim'
|
||||
Plug 'zchee/deoplete-clang'
|
||||
Plug 'zchee/deoplete-go', {'build': {'unix': 'make'}}
|
||||
Plug 'zchee/deoplete-go', {'do': 'make'}
|
||||
Plug 'zchee/deoplete-jedi'
|
||||
Plug 'b4winckler/vim-angry'
|
||||
Plug 'tristen/vim-sparkup'
|
||||
|
|
@ -419,7 +420,8 @@ command LoadSession :source ~/.vim_last_session
|
|||
command ScratchOpen :e scp://barak@barakmich.com//home/barak/notes/scratch
|
||||
|
||||
" Sudo-make-me-a-sandwich write. For when I forget to be root.
|
||||
command Wdammit :w !sudo tee > /dev/null %
|
||||
" command Wdammit :w !sudo tee > /dev/null %
|
||||
command Wdammit :w suda://%
|
||||
|
||||
" I can never remember markdown fully. Open me a cheatsheet
|
||||
command MarkdownCheatsheet :rightb vsplit ~/.vim/markdown_cheatsheet.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue