-
Notifications
You must be signed in to change notification settings - Fork 714
Clang
tse-gratis edited this page May 25, 2021
·
2 revisions
Make sure clang.kak is in your autoload folder, set the clang_options to the command line options your code needs, and add the following hook to your kakrc:
hook global WinSetOption filetype=(c|cc|cpp|h) %{
clang-enable-autocomplete; clang-enable-diagnostics
}
- Normal mode commands
- Avoid the escape key
- Implementing user mode (Leader key)
- Kakoune explain
- Kakoune TV