diff --git a/install.sh b/install.sh index a451ca5..053e9c8 100644 --- a/install.sh +++ b/install.sh @@ -48,3 +48,4 @@ if [ `hostname` != 'tuonela' ]; then echo 'set -g theme_display_user yes' >> ~/.config/fish/config.fish fi echo 'source ~/.fish.local' >> ~/.config/fish/config.fish +touch ~/.hushlogin diff --git a/vim/init.vim b/vim/init.vim index 292fe83..95bf4e3 100644 --- a/vim/init.vim +++ b/vim/init.vim @@ -56,6 +56,7 @@ Plug 'itchyny/lightline.vim' Plug 'brendonrapp/smyck-vim' Plug 'pearofducks/ansible-vim' Plug 'bitc/vim-bad-whitespace' +Plug 'JamshedVesuna/vim-markdown-preview' call plug#end() syntax on @@ -70,6 +71,7 @@ if has("gui_running") set guifont=MesloLGSDZ\ Nerd\ Font:h12 endif +let vim_markdown_preview_github=1 let g:syntastic_auto_jump = 1 let g:syntastic_enable_signs = 1 let g:syntastic_auto_loc_list = 1