Add new nvim plugin - gv.vim
This commit is contained in:
parent
66ac3fcda8
commit
90776e757c
@ -32,3 +32,5 @@ alias gp='git push'
|
||||
alias gpom='git push origin master'
|
||||
alias gl='git log'
|
||||
alias gpu='git pull'
|
||||
alias gs='git status'
|
||||
alias gr='git rm -f'
|
||||
|
@ -55,7 +55,9 @@ call plug#begin('~/.config/nvim/bundle')
|
||||
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' }
|
||||
|
||||
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'junegunn/gv.vim'
|
||||
call plug#end()
|
||||
|
||||
"=============
|
||||
|
2
updot
2
updot
@ -3,6 +3,6 @@
|
||||
cd ~
|
||||
cp -r .config .zshrc .Xresources .aliases .bashrc .scripts .zprofile .bash_profile .local/share/TelegramDesktop/tdata/shortcuts-custom.json ~/Dotfiles/botfiles/ &>/dev/null
|
||||
cd ~/Dotfiles/botfiles/.config/
|
||||
rm -rf nvim/bundle zsh/plugins transmission mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log
|
||||
rm -rf nvim/bundle zsh/plugins transmission mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log ncmpcpp/lyrics
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user