From 65b26cb14d0ee5b2f6893739dec851eee9e9c518 Mon Sep 17 00:00:00 2001 From: Pierre Jeanjean Date: Mon, 29 Aug 2022 15:00:51 +0200 Subject: [PATCH] [NeoVim] Disable Hologram auto display --- .config/nvim/fnl/settings/hologram.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/fnl/settings/hologram.fnl b/.config/nvim/fnl/settings/hologram.fnl index f92306f..6cd0a92 100644 --- a/.config/nvim/fnl/settings/hologram.fnl +++ b/.config/nvim/fnl/settings/hologram.fnl @@ -1,4 +1,4 @@ (import-macros {: setup} :macros) (setup :hologram - {:auto_display true}) + {:auto_display false})