Added vial-http, as well as changed back to spaceship theme
This commit is contained in:
parent
4bc6207076
commit
44e33e9c6e
2 changed files with 9 additions and 1 deletions
|
@ -20,6 +20,8 @@ set list
|
|||
set listchars=tab:→\ ,eol:¬,trail:⋅,extends:❯,precedes:❮
|
||||
set showbreak=↪
|
||||
|
||||
let mapleader="\<SPACE>"
|
||||
|
||||
|
||||
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()
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue