1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 09:59:08 +03:00
kakoune/rc
Johannes Altmanninger d891e7e63e Rename Go auto-insertion hooks to make it easier to disable them
The canonical way to disable all auto-insertion hooks is

	set-option global disabled_hooks .*-insert

A recent change allowed to disable hooks that insert ) and }
independent of hooks that insert // (a step in the right
direction, we should do it for more filetypes).

Since the new hook ("go-insert-closing-delimiter") doesn't match
.*-insert, it broke the above snippet.  Fix this by renaming it to
"go-closing-delimiter-insert".

This makes it a bit less obvious how to disable only comment insertion.
Not sure if there's interest in that, but make it easier by renaming
"go-insert" to "go-comment-insert".
2022-06-26 18:09:34 +02:00
..
detection rc file-detection hook group 2022-04-20 23:11:10 -03:00
filetype Rename Go auto-insertion hooks to make it easier to disable them 2022-06-26 18:09:34 +02:00
tools Add hare comments and indentation 2022-06-09 04:31:18 -04:00
windowing Support focus Within Sway WM 2022-06-02 10:57:28 +01:00