sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

refactor: fix some clazy and clang-tidy warnings #42

Closed gikari closed 1 year ago

gikari commented 1 year ago

When you open the project in Qt Creator, it gives you some warnings using clang-tidy and clazy static analysis tools.

This change fixes most of them.

Also, color deprecation warning was fixed.