preparation for v3

This commit is contained in:
2023-04-26 15:51:32 -06:00
parent 6ce4dd985d
commit 066a9ae773
13 changed files with 193 additions and 39 deletions

View File

@ -109,3 +109,5 @@ Kubernetes
NodeGroup
rEFInd
Kat
submodule
submodules

Binary file not shown.

View File

@ -54,7 +54,7 @@ augroup filetype_specific_formatting
autocmd FileType json call FormatFileType(2, v:false, 'indent', 99, v:false)
augroup end
let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh']
let g:markdown_fenced_languages = ['javascript', 'json', 'python', 'bash', 'yaml', 'shell=zsh', 'sql']
" }}}