From b6df40c586899ff95ccdef25a760f169cfb00528 Mon Sep 17 00:00:00 2001 From: Jason Felice Date: Mon, 19 Oct 2020 11:53:08 -0400 Subject: [PATCH] rc nix: dash in extra_word_chars --- rc/filetype/nix.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/filetype/nix.kak b/rc/filetype/nix.kak index 803ae15bb..34133911c 100644 --- a/rc/filetype/nix.kak +++ b/rc/filetype/nix.kak @@ -18,6 +18,7 @@ hook global WinSetOption filetype=nix %{ hook window InsertChar .* -group nix-indent nix-indent-on-char hook window InsertChar \n -group nix-indent nix-indent-on-new-line + set-option buffer extra_word_chars _ - hook -once -always window WinSetOption filetype=.* %{ remove-hooks window nix-.+ } }