From 44e33e9c6e3f8ef32cd3a83e7270cd17a9416e39 Mon Sep 17 00:00:00 2001 From: acicchetti Date: Fri, 5 Apr 2019 08:48:43 -0400 Subject: [PATCH] Added vial-http, as well as changed back to spaceship theme --- vim/vimrc | 6 ++++++ zsh/zshrc | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index aee7ba5..5e32c77 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -20,6 +20,8 @@ set list set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮ set showbreak=↪ +let mapleader="\" + if has('nvim') set inccommand=split @@ -45,6 +47,10 @@ Plug 'tpope/vim-fugitive' Plug 'mhinz/vim-signify' Plug 'tpope/vim-commentary' Plug 'elmcast/elm-vim' +" +"https://github.com/baverman/vial-http/blob/master/doc/tutorial.rst +Plug 'baverman/vial' +Plug 'baverman/vial-http' call plug#end() diff --git a/zsh/zshrc b/zsh/zshrc index c8efc8c..3b5e5f5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -47,7 +47,8 @@ antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-completions antigen bundle asdf -antigen theme romkatv/powerlevel10k powerlevel10k +antigen theme denysdovhan/spaceship-prompt +# antigen theme romkatv/powerlevel10k powerlevel10k antigen apply @@ -100,6 +101,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1 alias 'onedrive-journal'="journalctl --user-unit onedrive -f" alias exa="exa -l --git" +alias 'gld'='git log --graph --decorate' # pip 10.0.1 zsh completion start function _pip_completion {