refac(prog/nvim): use deno to format markdown

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-24 15:46:41 +03:00
parent 6c8f54fc2f
commit 81909ccc3a

View file

@ -75,6 +75,7 @@ let g:sql_type_default = 'pgsql'
" Plugin: NeoFormat {{{ " Plugin: NeoFormat {{{
let g:neoformat_try_node_exe = 1 let g:neoformat_try_node_exe = 1
let g:neoformat_only_msg_on_error = 1 let g:neoformat_only_msg_on_error = 1
let g:neoformat_enabled_markdown = ["denofmt"]
aug fmt aug fmt
au! au!
au BufWritePre * undojoin | Neoformat au BufWritePre * undojoin | Neoformat