fix: coc-action mapping, drop autoformat

This commit is contained in:
Andrejus
2021-03-28 12:43:28 +01:00
parent d87184c0c1
commit 850dc1102d
4 changed files with 9 additions and 22 deletions

View File

@@ -20,3 +20,8 @@ let g:loaded_python_provider = 0
" setlocal winhighlight=Normal:MarkdownError
" endif
" endfunction
"
" {{{
let g:startify_custom_header =
\ startify#pad(split(system('fortune | cowsay -f tux'), '\n'))
" }}}