kakoune/rc
Frank LENORMAND b4f2c3fe91 rc lint: Remove the concept of "enabling" linting
This commit renames `lint-enable` into `lint-show-diagnostics`,
makes it hidden, and calls it automatically after diagnostics have
been recovered by `:lint-cleaned-selections`.

The `lint-disable` command becomes `lint-hide-diagnostics`.

The concept of "enabling" diagnostics was inherited from the Clang
support script, but in that case it's not clear why calling `:lint`
should do the work but not render it (similarly to `:spell`).

The `lint-show` command was also renamed into a more descriptive
`lint-show-current-line`.
2020-05-29 14:39:39 +03:00
..
detection Fix filetype detection 2020-02-21 21:25:57 -08:00
filetype Split python auto-insert hooks from auto-indent 2020-05-19 17:16:05 +10:00
tools rc lint: Remove the concept of "enabling" linting 2020-05-29 14:39:39 +03:00
windowing Split modules and allow kitty-send-text to take a parameter 2020-04-27 11:58:39 -04:00