mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix markdown formatting in vim.
This commit is contained in:
@@ -98,6 +98,7 @@ case ${TOOL} in
|
|||||||
bunzip2 ${DESTDIR}/hak5.txt.bz2
|
bunzip2 ${DESTDIR}/hak5.txt.bz2
|
||||||
;;
|
;;
|
||||||
gcloud)
|
gcloud)
|
||||||
|
mkdir -p ${DESTDIR}
|
||||||
gtemp=`mktemp -d`
|
gtemp=`mktemp -d`
|
||||||
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
|
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
|
||||||
# TODO: find a way to make this version independent
|
# TODO: find a way to make this version independent
|
||||||
|
|||||||
@@ -156,4 +156,4 @@ highlight ColorColumn ctermbg=black guibg=lightgrey
|
|||||||
command Unsmartquote %s/“\|”/"/g
|
command Unsmartquote %s/“\|”/"/g
|
||||||
|
|
||||||
" Markdown options
|
" Markdown options
|
||||||
autocmd Filetype markdown set expandtab tw=4
|
autocmd Filetype markdown set expandtab shiftwidth=4
|
||||||
|
|||||||
Reference in New Issue
Block a user