From 09b42c41a96e77e77925c594d880fb0e5e57e083 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 16 Jan 2020 13:34:48 -0600 Subject: [PATCH] explicitly use clippy --- dotfiles/kakoune.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/kakoune.nix b/dotfiles/kakoune.nix index 250d5d9..ee8b2ed 100644 --- a/dotfiles/kakoune.nix +++ b/dotfiles/kakoune.nix @@ -45,6 +45,7 @@ in { }; showMatching = true; ui.enableMouse = true; + ui.assistant = "clippy"; wrapLines = { enable = true; indent = true;