Add openfaas url and vim plugins
This commit is contained in:
parent
27ea4d95db
commit
b8c2c10fdb
2 changed files with 4 additions and 0 deletions
.config/vim
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue