refac(prog/nvim): use deno to format markdown
This commit is contained in:
parent
6c8f54fc2f
commit
81909ccc3a
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ let g:sql_type_default = 'pgsql'
|
|||
" Plugin: NeoFormat {{{
|
||||
let g:neoformat_try_node_exe = 1
|
||||
let g:neoformat_only_msg_on_error = 1
|
||||
let g:neoformat_enabled_markdown = ["denofmt"]
|
||||
aug fmt
|
||||
au!
|
||||
au BufWritePre * undojoin | Neoformat
|
||||
|
|
Loading…
Reference in a new issue