New plugin.

This commit is contained in:
Bartek Stalewski 2017-05-09 15:14:50 +02:00
parent cfed447941
commit e224b72e05
2 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,4 @@ if [ `hostname` != 'tuonela' ]; then
echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish
fi fi
echo 'source ~/.fish.local' >> ~/.config/fish/config.fish echo 'source ~/.fish.local' >> ~/.config/fish/config.fish
touch ~/.hushlogin

View File

@ -56,6 +56,7 @@ Plug 'itchyny/lightline.vim'
Plug 'brendonrapp/smyck-vim' Plug 'brendonrapp/smyck-vim'
Plug 'pearofducks/ansible-vim' Plug 'pearofducks/ansible-vim'
Plug 'bitc/vim-bad-whitespace' Plug 'bitc/vim-bad-whitespace'
Plug 'JamshedVesuna/vim-markdown-preview'
call plug#end() call plug#end()
syntax on syntax on
@ -70,6 +71,7 @@ if has("gui_running")
set guifont=MesloLGSDZ\ Nerd\ Font:h12 set guifont=MesloLGSDZ\ Nerd\ Font:h12
endif endif
let vim_markdown_preview_github=1
let g:syntastic_auto_jump = 1 let g:syntastic_auto_jump = 1
let g:syntastic_enable_signs = 1 let g:syntastic_enable_signs = 1
let g:syntastic_auto_loc_list = 1 let g:syntastic_auto_loc_list = 1