From b12f18112cd57094c1846377477476743f755352 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 7 Apr 2024 20:51:22 +0200 Subject: nixvim: disable highlighting when pressing --- hm/nixvim/config.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hm') diff --git a/hm/nixvim/config.nix b/hm/nixvim/config.nix index e0e034b..99d003f 100644 --- a/hm/nixvim/config.nix +++ b/hm/nixvim/config.nix @@ -50,6 +50,11 @@ pkgs: { key = ""; action = ":Neotree float git_status"; } + { + mode = ["n" "i"]; + key = ""; + action = "noh"; + } ]; extraPlugins = with pkgs.vimPlugins; [ vim-airline-themes -- cgit 1.4.1