Have neomake always run clippy in rust projects

main
Brian Picciano 4 months ago
parent c65c2069e0
commit 8580776d03
  1. 3
      nvim/init.vim

@ -54,6 +54,9 @@ autocmd! BufWritePost * Neomake
"let g:neomake_verbose=3
"let g:neomake_logfile='/tmp/neomake.log'
" Always run clippy on rust projects
autocmd! BufWritePost *.rs Neomake! clippy
" the sidebar sign placement wasn't playing nice with gitgutter, so use the
" location list instead. But location list is kinda dumb cause it pops open
" multiple times and at weird times, sooo.... fuck it

Loading…
Cancel
Save