New plugin.
This commit is contained in:
parent
cfed447941
commit
e224b72e05
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user