]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/fmt.vim
Make zathura configuration file aware
[dotfiles.git] / vim / .vim / ftplugin / c / fmt.vim
1 set equalprg=clang-format
2 command! -buffer Fmt call fmt#Do()