Add openfaas url and vim plugins

This commit is contained in:
Tobias Reisinger 2021-02-27 03:03:19 +01:00
parent 27ea4d95db
commit b8c2c10fdb
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
export OPENFAAS_URL="https://faas.serguzim.me"
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export PASSWORD_STORE_GENERATED_LENGTH='64'

View file

@ -20,6 +20,7 @@ call plug#begin('~/.config/vim/plugged')
Plug 'drmikehenry/vim-headerguard'
" Eye-Candy
Plug 'machakann/vim-highlightedyank'
Plug 'itchyny/lightline.vim'
Plug 'nanotech/jellybeans.vim'
Plug 'scrooloose/syntastic'
@ -149,6 +150,8 @@ let g:jellybeans_overrides = {
\ }
colorscheme jellybeans
let g:highlightedyank_highlight_duration = 250
let g:syntastic_always_populate_loc_list = 0
let g:syntastic_auto_loc_list = 0
let g:syntastic_check_on_open = 1